aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 58d6638796..a3b1c728d9 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -354,9 +354,9 @@ public:
void shutDown();
void setOptions(void);
-#ifdef __PALM_OS__
- bool _quit; // try to exit properly
-#endif
+ /** We keep running until this is set to true. */
+ bool _quit;
+
// GUI
NewGui *_newgui;