mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 23:27:37 +00:00
HOPKINS: Remove custom shouldQuit() as suggested by clone2727
This commit is contained in:
parent
2f5e15d2e0
commit
286613183c
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user