aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.h
diff options
context:
space:
mode:
authorJonathan Gray2005-04-01 07:33:39 +0000
committerJonathan Gray2005-04-01 07:33:39 +0000
commit4e3bfc6a66a73b28244ea5ab95046f6855573976 (patch)
tree31a9fbebd0b277f24b7d3c0d6b05469fee4a5747 /sky/sky.h
parent2d26bfcb4735255d67ff6ed595345adef2772faf (diff)
downloadscummvm-rg350-4e3bfc6a66a73b28244ea5ab95046f6855573976.tar.gz
scummvm-rg350-4e3bfc6a66a73b28244ea5ab95046f6855573976.tar.bz2
scummvm-rg350-4e3bfc6a66a73b28244ea5ab95046f6855573976.zip
Implement pausing using the 'p' key like the original did.
Feature request #1145781. Convert key handling from if statements to a case statement while here. svn-id: r17321
Diffstat (limited to 'sky/sky.h')
-rw-r--r--sky/sky.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/sky.h b/sky/sky.h
index 4331a289d6..ed4d086b8c 100644
--- a/sky/sky.h
+++ b/sky/sky.h
@@ -39,6 +39,7 @@ struct SystemVars {
uint16 currentMusic;
bool pastIntro;
bool quitting;
+ bool paused;
};
struct Compact;