Allow CmdCompanyCtrl while replaying the command log

This commit is contained in:
dP
2021-08-02 18:13:15 +03:00
parent 16ec18a70d
commit c4d5a71da1
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -283,6 +283,11 @@ void LoadCommands(const std::string &filename) {
_replay_started = false;
}
bool IsReplayingCommands() {
return !_fake_commands.empty();
}
bool ConLoadCommands(byte argc, char *argv[]) {
if (argc == 0) {
IConsoleHelp("Loads a file with command queue to execute");