Changed all game struct suffixes from _s to _t.
This commit is contained in:
@@ -150,7 +150,7 @@ namespace patches
|
||||
return 0;
|
||||
}
|
||||
|
||||
game::Font_s* get_chat_font_handle()
|
||||
game::Font_t* get_chat_font_handle()
|
||||
{
|
||||
return game::R_RegisterFont("fonts/bigFont");
|
||||
}
|
||||
@@ -187,7 +187,7 @@ namespace patches
|
||||
}
|
||||
|
||||
utils::hook::detour cmd_lui_notify_server_hook;
|
||||
void cmd_lui_notify_server_stub(game::mp::gentity_s* ent)
|
||||
void cmd_lui_notify_server_stub(game::mp::gentity_t* ent)
|
||||
{
|
||||
command::params_sv params{};
|
||||
const auto menu_id = atoi(params.get(1));
|
||||
|
||||
Reference in New Issue
Block a user