diff options
-rw-r--r-- | gob/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gob/game.cpp b/gob/game.cpp index cd2072bc8a..870e287bc7 100644 --- a/gob/game.cpp +++ b/gob/game.cpp @@ -840,6 +840,7 @@ 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 |