diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/engine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/engine.cpp b/common/engine.cpp index 2ccc9a9a4a..f507629771 100644 --- a/common/engine.cpp +++ b/common/engine.cpp @@ -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 |