Add console commands to record frame data and sprites

This commit is contained in:
dP
2021-12-31 19:58:05 +03:00
parent b08ab7290c
commit c310a1c565
9 changed files with 313 additions and 5 deletions

View File

@@ -2514,4 +2514,6 @@ void IConsoleStdLibRegister()
IConsole::CmdRegister("cmresettowngrowth", citymania::ConResetTownGrowth);
IConsole::CmdRegister("cmloadcommands", citymania::ConLoadCommands);
IConsole::CmdRegister("cmgamespeed", citymania::ConGameSpeed);
IConsole::CmdRegister("cmstartrecord", citymania::ConStartRecord);
IConsole::CmdRegister("cmstoprecord", citymania::ConStopRecord);
}