aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/engine.h')
-rw-r--r--engines/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/engine.h b/engines/engine.h
index d84ef2bbf8..0968642a08 100644
--- a/engines/engine.h
+++ b/engines/engine.h
@@ -120,7 +120,7 @@ public:
/**
* Quit the engine, sends a Quit event to the Event Manager
*/
- void quitGame() { _eventMan->pushEvent(Common::EVENT_QUIT); };
+ void quitGame();
/**
* Return whether the engine is currently paused or not.