Add debug text commands
This commit is contained in:
parent
6be94ceb3f
commit
36f13b34dc
4 changed files with 169 additions and 5 deletions
|
|
@ -267,9 +267,8 @@ void ShowProgress(interface_mode uMsg)
|
|||
}
|
||||
IncProgress();
|
||||
FreeGameMem();
|
||||
currlevel++;
|
||||
currlevel = myPlayer.plrlevel;
|
||||
leveltype = gnLevelTypeTbl[currlevel];
|
||||
assert(myPlayer.plrlevel == currlevel);
|
||||
IncProgress();
|
||||
LoadGameLevel(false, ENTRY_MAIN);
|
||||
IncProgress();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue