Changed all game struct suffixes from _s to _t.

This commit is contained in:
Caball
2024-12-30 23:05:06 +01:00
parent 0090d894c4
commit d0003da606
18 changed files with 135 additions and 135 deletions
+2 -2
View File
@@ -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));