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
@@ -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)