aboutsummaryrefslogtreecommitdiff
path: root/engines/igor/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/igor/menu.cpp')
-rw-r--r--engines/igor/menu.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/igor/menu.cpp b/engines/igor/menu.cpp
index cb977bcdac..d991c47fa9 100644
--- a/engines/igor/menu.cpp
+++ b/engines/igor/menu.cpp
@@ -333,11 +333,6 @@ void IgorEngine::handleOptionsMenu() {
_system->updateScreen();
_system->delayMillis(1000 / 60);
}
- if (!_eventQuitGame && _currentPart == kInvalidPart) {
- if (_gameVersion == kIdEngDemo100 || _gameVersion == kIdEngDemo110) {
- _currentPart = kSharewarePart;
- }
- }
showCursor();
}