SCUMM: Add separate game id's for soccermls and soccer2004

There are subtle differences in their u32 code that we need to handle
This commit is contained in:
Matthew Hoops 2011-04-27 20:06:13 -04:00
parent c371d0153a
commit 1331c998e3
3 changed files with 6 additions and 2 deletions

View file

@ -1648,6 +1648,8 @@ void ScummEngine_v90he::resetScumm() {
break;
case GID_SOCCER:
case GID_SOCCERMLS:
case GID_SOCCER2004:
_logicHE = new LogicHEsoccer(this);
break;