mirror of
https://github.com/stevenhowes/TheEscape.git
synced 2026-05-27 00:03:25 +01:00
Bugfix for invalid screen mode selection
This commit is contained in:
Binary file not shown.
@@ -32,7 +32,7 @@ DEF PROCtitle
|
||||
IF KEY$ = "2" THEN
|
||||
SCREENMODE% = 28
|
||||
ENDIF
|
||||
IF SCREENMODE% = 25 THEN
|
||||
IF SCREENMODE% = 4 THEN
|
||||
PROCtitle
|
||||
ENDIF
|
||||
ENDPROC
|
||||
|
||||
Reference in New Issue
Block a user