forked from alterware/iw6-mod
Changed all game struct suffixes from _s to _t.
This commit is contained in:
@@ -674,7 +674,7 @@ namespace game_console
|
||||
}
|
||||
}
|
||||
|
||||
game::cmd_function_s* cmd = (*game::cmd_functions);
|
||||
game::cmd_function_t* cmd = (*game::cmd_functions);
|
||||
while (cmd)
|
||||
{
|
||||
if (cmd->name)
|
||||
|
||||
Reference in New Issue
Block a user