mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +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
|
||||
._*
|
||||
/movie
|
||||
/blud*.png
|
||||
/*.DEM
|
||||
/game*.sav
|
||||
|
||||
Platform/Windows/Build
|
||||
Platform/Windows/Win32
|
||||
|
|
|
@ -1742,6 +1742,7 @@ RESTART:
|
|||
{
|
||||
videoClearScreen(0);
|
||||
gGameMenuMgr.Draw();
|
||||
videoNextPage();
|
||||
}
|
||||
}
|
||||
if (gGameOptions.nGameType != 0)
|
||||
|
|
Loading…
Reference in a new issue