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
+1 -1
View File
@@ -110,7 +110,7 @@ namespace dvar_cheats
a.jmp(0x1404F0D74);
});
void cg_set_client_dvar_from_server(const int local_client_num, game::mp::cg_s* cg, const char* dvar_id, const char* value)
void cg_set_client_dvar_from_server(const int local_client_num, game::mp::cg_t* cg, const char* dvar_id, const char* value)
{
if (dvar_id == "cg_fov"s || dvar_id == "com_maxfps"s)
{