aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-04-27 20:06:13 -0400
committerMatthew Hoops2011-04-27 20:23:19 -0400
commit1331c998e35a91b94c6c54cfc5d0eb2adf0eb028 (patch)
tree7c874276a101f305b1b7578d749c218bb1078bfe /engines/scumm/scumm.cpp
parentc371d0153a519326fbaaf1281a2e6f3170344780 (diff)
downloadscummvm-rg350-1331c998e35a91b94c6c54cfc5d0eb2adf0eb028.tar.gz
scummvm-rg350-1331c998e35a91b94c6c54cfc5d0eb2adf0eb028.tar.bz2
scummvm-rg350-1331c998e35a91b94c6c54cfc5d0eb2adf0eb028.zip
SCUMM: Add separate game id's for soccermls and soccer2004
There are subtle differences in their u32 code that we need to handle
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 920887e387..0e7ceff195 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1648,6 +1648,8 @@ void ScummEngine_v90he::resetScumm() {
break;
case GID_SOCCER:
+ case GID_SOCCERMLS:
+ case GID_SOCCER2004:
_logicHE = new LogicHEsoccer(this);
break;