diff options
author | Paul Gilbert | 2016-08-12 20:46:21 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-08-12 20:46:21 -0400 |
commit | 9e0a6cda67a63e74419a891a90ea835d17a8f3c9 (patch) | |
tree | 6490ba669250af133a10ea72a2f20842d1f8b87a /common | |
parent | add058a8b81c1056013c1c02e17cb24151896bbc (diff) | |
download | scummvm-rg350-9e0a6cda67a63e74419a891a90ea835d17a8f3c9.tar.gz scummvm-rg350-9e0a6cda67a63e74419a891a90ea835d17a8f3c9.tar.bz2 scummvm-rg350-9e0a6cda67a63e74419a891a90ea835d17a8f3c9.zip |
COMMON: Fix octal for GUIO_GAMEOPTIONS9
Diffstat (limited to 'common')
-rw-r--r-- | common/gui_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gui_options.h b/common/gui_options.h index ec3eccd161..d17f45cac1 100644 --- a/common/gui_options.h +++ b/common/gui_options.h @@ -68,7 +68,7 @@ #define GUIO_GAMEOPTIONS6 "\055" #define GUIO_GAMEOPTIONS7 "\056" #define GUIO_GAMEOPTIONS8 "\057" -#define GUIO_GAMEOPTIONS9 "\058" +#define GUIO_GAMEOPTIONS9 "\060" #define GUIO0() (GUIO_NONE) #define GUIO1(a) (a) |