fix endgame credits listing (#140)

# Conflicts:
#	.gitignore
This commit is contained in:
CommonLoon102 2019-08-23 12:15:33 +00:00 committed by Christoph Oelckers
parent 38f2fd209f
commit 44bcd26fab
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@ -54,6 +54,10 @@ project.xcworkspace/
.DS_Store
._*
/movie
/blud*.png
/*.DEM
/game*.sav
Platform/Windows/Build
Platform/Windows/Win32

View File

@ -1742,6 +1742,7 @@ RESTART:
{
videoClearScreen(0);
gGameMenuMgr.Draw();
videoNextPage();
}
}
if (gGameOptions.nGameType != 0)