no need for a hack if include gameDetector.h anyway...
svn-id: r6650
This commit is contained in:
parent
e0d71afcb9
commit
3c3812d754
2 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,6 @@ Engine *Engine::createFromDetector(GameDetector *detector, OSystem *syst)
|
|||
|
||||
if (detector->_gameId >= GID_SIMON_FIRST && detector->_gameId <= GID_SIMON_LAST) {
|
||||
// Simon the Sorcerer
|
||||
detector->_gameId -= GID_SIMON_FIRST;
|
||||
engine = Engine_SIMON_create(detector, syst);
|
||||
} else {
|
||||
// Some kind of Scumm game
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue