summaryrefslogtreecommitdiff
path: root/src/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.cpp')
-rw-r--r--src/menu.cpp4
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