SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P

svn-id: r50621
This commit is contained in:
Martin Kiewitz 2010-07-03 12:33:49 +00:00
parent 99939109d7
commit 6b152e8039

View File

@ -230,7 +230,7 @@ struct SciKernelMapEntry {
#define SIG_SCI16 SCI_VERSION_NONE, SCI_VERSION_1_1
#define SIG_SCI32 SCI_VERSION_2, SCI_VERSION_NONE
#define SIGFOR_ALL 0x4f
#define SIGFOR_ALL 0x3f
#define SIGFOR_DOS 1 << 0
#define SIGFOR_PC98 1 << 1
#define SIGFOR_WIN 1 << 2