[Scummvm-cvs-logs] scummvm master -> 9e0a6cda67a63e74419a891a90ea835d17a8f3c9

dreammaster dreammaster at scummvm.org
Sat Aug 13 02:46:30 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9e0a6cda67 COMMON: Fix octal for GUIO_GAMEOPTIONS9


Commit: 9e0a6cda67a63e74419a891a90ea835d17a8f3c9
    https://github.com/scummvm/scummvm/commit/9e0a6cda67a63e74419a891a90ea835d17a8f3c9
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-08-12T20:46:21-04:00

Commit Message:
COMMON: Fix octal for GUIO_GAMEOPTIONS9

Changed paths:
    common/gui_options.h



diff --git a/common/gui_options.h b/common/gui_options.h
index ec3eccd..d17f45c 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)






More information about the Scummvm-git-logs mailing list