- Rename DeferedStartGame() to DeferredStartGame().

This commit is contained in:
Mitchell Richters 2021-07-20 18:41:39 +10:00
parent 4ac1376b9f
commit 77630dcbc7
6 changed files with 11 additions and 11 deletions

View file

@ -688,7 +688,7 @@ void MainLoop ()
userConfig.CommandMap = "";
if (maprecord)
{
DeferedStartGame(maprecord, -1);
DeferredStartGame(maprecord, -1);
}
}