Fix high score banner entry

This commit is contained in:
elasota
2020-02-05 00:22:55 -05:00
parent 60e0912a7b
commit 7b8052174f
4 changed files with 36 additions and 35 deletions

View File

@@ -384,6 +384,9 @@ void DoOptionsMenu (short theItem)
switch (theItem)
{
case iEditor:
if (IsRoomEditorDisabled())
break;
#ifdef COMPILEDEMO
DoNotInDemo();
#else