mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-24 13:52:15 +00:00
- Rename DeferedStartGame()
to DeferredStartGame()
.
This commit is contained in:
parent
4ac1376b9f
commit
77630dcbc7
6 changed files with 11 additions and 11 deletions
|
@ -688,7 +688,7 @@ void MainLoop ()
|
|||
userConfig.CommandMap = "";
|
||||
if (maprecord)
|
||||
{
|
||||
DeferedStartGame(maprecord, -1);
|
||||
DeferredStartGame(maprecord, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue