diff options
| author | 2lag <user@example.com> | 2024-07-18 17:47:36 -0500 |
|---|---|---|
| committer | 2lag <user@example.com> | 2024-07-18 17:47:36 -0500 |
| commit | 3e42460a9d94e6d5dfd96e9a18d20f1734c2aae0 (patch) | |
| tree | b1ccba4d5287f13111ee2b551276ca67ea9f4296 /src/menu.cpp | |
| parent | c6c3334fc9960bbcd0196f3be818f8642878929a (diff) | |
Diffstat (limited to 'src/menu.cpp')
| -rw-r--r-- | src/menu.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/menu.cpp b/src/menu.cpp index 27c8bae..c94fde6 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -6,6 +6,8 @@ #include "cs2/hack.h" +#include "xorstr.hpp" + PROCESS64* cs2p; I32 perf_tickrate = 2048; @@ -351,7 +353,7 @@ void menu_show_ui( PROCESS64 *p ) { show_paging( 1 ); con_set_bottomline_text( - "LOCALPLAYER: %08X | FLAGS: %08X | menu", + xorstr( "LOCALPLAYER: %08X | FLAGS: %08X | menu" ).get(), 0x0,0x0 ); }
\ No newline at end of file |
