no need for a hack if include gameDetector.h anyway...

svn-id: r6650
This commit is contained in:
Max Horn 2003-03-01 20:39:17 +00:00
parent e0d71afcb9
commit 3c3812d754
2 changed files with 1 additions and 2 deletions

View file

@ -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