aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/fullpipe/input.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/input.cpp b/engines/fullpipe/input.cpp
index 0448c1b3c4..499b985d22 100644
--- a/engines/fullpipe/input.cpp
+++ b/engines/fullpipe/input.cpp
@@ -186,8 +186,8 @@ void FullpipeEngine::defHandleKeyDown(int key) {
_normalSpeed = !_normalSpeed;
break;
case 3: // OHWAIT
- _gamePaused = 1;
- _flgGameIsRunning = 0;
+ _gamePaused = true;
+ _flgGameIsRunning = false;
break;
case 4: // MUSOFF
if (_musicAllowed & 2)