diff options
Diffstat (limited to 'gob/game.cpp')
| -rw-r--r-- | gob/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/game.cpp b/gob/game.cpp index 06c164a03b..cd2072bc8a 100644 --- a/gob/game.cpp +++ b/gob/game.cpp @@ -840,7 +840,6 @@ int16 game_inputArea(int16 xPos, int16 yPos, int16 width, int16 height, int16 ba case 0x3c00: // F2 case 0x3d00: // F3 case 0x3e00: // F4 - case 0x3f00: // F5 case 0x4000: // F6 case 0x4100: // F7 case 0x4200: // F8 @@ -1693,6 +1692,7 @@ void game_loadImFile(void) { char path[20]; int16 handle; + // If demo if (game_totFileData[0x3d] != 0 && game_totFileData[0x3b] == 0) return; |
