mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
parent
38f2fd209f
commit
44bcd26fab
2 changed files with 5 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -54,6 +54,10 @@ project.xcworkspace/
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
._*
|
._*
|
||||||
|
/movie
|
||||||
|
/blud*.png
|
||||||
|
/*.DEM
|
||||||
|
/game*.sav
|
||||||
|
|
||||||
Platform/Windows/Build
|
Platform/Windows/Build
|
||||||
Platform/Windows/Win32
|
Platform/Windows/Win32
|
||||||
|
|
|
@ -1742,6 +1742,7 @@ RESTART:
|
||||||
{
|
{
|
||||||
videoClearScreen(0);
|
videoClearScreen(0);
|
||||||
gGameMenuMgr.Draw();
|
gGameMenuMgr.Draw();
|
||||||
|
videoNextPage();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (gGameOptions.nGameType != 0)
|
if (gGameOptions.nGameType != 0)
|
||||||
|
|
Loading…
Reference in a new issue