Skip to content

Commit

Permalink
Updated linecount.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxiKKK committed Aug 14, 2023
1 parent 509d6cf commit c8c010e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Github All Releases](https://img.shields.io/github/downloads/oxiKKK/oxware/total.svg?style=plastic&color=orange)]()
[![release](https://img.shields.io/badge/latest%20release-1.0.4-blue.svg?style=plastic)](https://store.steampowered.com/app/10/Counter-Strike)

Welcome to **oxWARE**! A free Counter-Strike 1.6 cheat built with love and passion, featuring **72,841 lines of C++ code in 363 source files!**
Welcome to **oxWARE**! A free Counter-Strike 1.6 cheat built with love and passion, featuring **72,896 lines of C++ code in 363 source files!**

This cheat is still in <b>alpha stage</b> of development!<br>
I will be contributing to it in the near future as much as possible, adding new features et cetera.<br>
Expand Down
2 changes: 1 addition & 1 deletion src/cheat/ui/rendering_contexts/menu/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ void CUIMenu::render_menu_decoration(const Vector2D& window_pos, const Vector2D&

// this gets filled automatically by a python script.
// DO NOT EDIT FOLLOWING LINE OR THE SCRIPT WILL BREAK.
auto lines_label = std::format(/*LINES&FILESMARKER*/"{} lines in {} files", "72,841", "363");
auto lines_label = std::format(/*LINES&FILESMARKER*/"{} lines in {} files", "72,896", "363");
g_gui_window_rendering_i->render_text(g_gui_window_rendering_i->get_current_drawlist(),
topside_font,
{ window_pos.x + MenuStyle::tab_select_width + 5.0f, window_pos.y + 30.0f + 3.0f },
Expand Down

0 comments on commit c8c010e

Please sign in to comment.