mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +00:00
Exhumed: Disable demo playback for now
This commit is contained in:
parent
7660d74713
commit
e38dcc7c5f
1 changed files with 1 additions and 1 deletions
|
@ -2640,7 +2640,7 @@ int app_main(int argc, char const* const* argv)
|
||||||
}
|
}
|
||||||
MENU:
|
MENU:
|
||||||
SavePosition = -1;
|
SavePosition = -1;
|
||||||
nMenu = menu_Menu(0);
|
nMenu = menu_Menu(1); // TODO: Revert to 0 after fixing demo playback
|
||||||
switch (nMenu)
|
switch (nMenu)
|
||||||
{
|
{
|
||||||
case -1:
|
case -1:
|
||||||
|
|
Loading…
Reference in a new issue