Skip to content

Commit

Permalink
Fixed missing offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Jul 28, 2024
1 parent 966bd80 commit 52df7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cod4qol/game.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ namespace game
inline game::CmdArgs* cmd_args = reinterpret_cast<game::CmdArgs*>(0x1410B40);
inline game::gclient_s* g_clients = reinterpret_cast<game::gclient_s*>(0x13255A8);

inline game::Cmd_ExecuteSingleCommand_t Cmd_ExecuteSingleCommand;
inline game::Cmd_ExecuteSingleCommand_t Cmd_ExecuteSingleCommand = Cmd_ExecuteSingleCommand_t(0x4F9AB0);
inline game::Com_PrintMessage_t Com_PrintMessage = game::Com_PrintMessage_t(0x4FCA50);
inline game::DB_LoadXAssets_t DB_LoadXAssets = DB_LoadXAssets_t(0x48A2B0);
inline game::Sys_CreateConsole_t Sys_CreateConsole;
Expand Down

0 comments on commit 52df7ae

Please sign in to comment.