aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-01-18 20:47:17 +0000
committerMax Horn2004-01-18 20:47:17 +0000
commitc5f9a566da191daed888fd99ccc97c06a9a36582 (patch)
treecfa6e007bdd38c72e3d636f928faeb86a519cc20 /scumm
parente578aeec44a7c27a3d24cb3425db7c21ccc47c9f (diff)
downloadscummvm-rg350-c5f9a566da191daed888fd99ccc97c06a9a36582.tar.gz
scummvm-rg350-c5f9a566da191daed888fd99ccc97c06a9a36582.tar.bz2
scummvm-rg350-c5f9a566da191daed888fd99ccc97c06a9a36582.zip
undo this change (proper warning fix was applied to gameDetector.h)
svn-id: r12502
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index a85b3bcab0..89e44e6d93 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -202,9 +202,9 @@ static const ScummGameSettings scumm_settings[] = {
/* Scumm Version 8 */
{"comi", "The Curse of Monkey Island", GID_CMI, 8, MDT_NONE,
- GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | (uint32)GF_DEFAULT_TO_1X_SCALER, 0},
+ GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER, 0},
{"comidemo", "The Curse of Monkey Island (Demo)", GID_CMI, 8, MDT_NONE,
- GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | (uint32)GF_DEFAULT_TO_1X_SCALER | GF_DEMO, "comi"},
+ GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER | GF_DEMO, "comi"},
/* Note that both full versions of Humongous games and demos were often released for
* several interpreter versions... */