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:
parent
c371d0153a
commit
1331c998e3
3 changed files with 6 additions and 2 deletions
|
@ -1648,6 +1648,8 @@ void ScummEngine_v90he::resetScumm() {
|
|||
break;
|
||||
|
||||
case GID_SOCCER:
|
||||
case GID_SOCCERMLS:
|
||||
case GID_SOCCER2004:
|
||||
_logicHE = new LogicHEsoccer(this);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue