Updated game structs, variable symbols and references.

This commit is contained in:
Caball
2024-12-31 00:01:31 +01:00
parent 2516a48fc1
commit 3553cd49ff
11 changed files with 468 additions and 58 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ namespace game_console
{
if (key == game::keyNum_t::K_F10)
{
if(game::mp::svs_clients[localClientNum].header.state > game::CS_FREE)
if(game::mp::svs->clients[localClientNum].header.state > game::CS_FREE)
{
return false;
}