diff options
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r-- | engines/pegasus/pegasus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h index e8e67b54d3..13e975e0c8 100644 --- a/engines/pegasus/pegasus.h +++ b/engines/pegasus/pegasus.h @@ -180,6 +180,7 @@ public: protected: Common::Error run(); + void pauseEngineIntern(bool pause); Notification _shellNotification; virtual void receiveNotification(Notification *notification, const tNotificationFlags flags); @@ -233,7 +234,6 @@ private: bool playMovieScaled(Video::SeekableVideoDecoder *video, uint16 x, uint16 y); void throwAwayEverything(); void shellGameInput(const Input &input, const Hotspot *cursorSpot); - bool isPaused() { return false; } // TODO // Menu GameMenu *_gameMenu; |