HOPKINS: Remove custom shouldQuit() as suggested by clone2727

This commit is contained in:
Strangerke 2013-12-24 18:57:49 +01:00
parent 2f5e15d2e0
commit 286613183c
2 changed files with 0 additions and 4 deletions

View File

@ -2912,7 +2912,4 @@ bool HopkinsEngine::isUnderwaterSubScene() {
return (_globals->_curRoomNum >= 77) && (_globals->_curRoomNum <= 89);
}
bool HopkinsEngine::shouldQuit() {
return getEventManager()->shouldQuit() || getEventManager()->shouldRTL();
}
} // End of namespace Hopkins

View File

@ -168,7 +168,6 @@ public:
uint16 getVersion() const;
bool getIsDemo() const;
const Common::String &getTargetName() const;
bool shouldQuit();
int getRandomNumber(int maxNumber);
Common::String generateSaveName(int slotNumber);