aboutsummaryrefslogtreecommitdiff
path: root/queen/input.h
diff options
context:
space:
mode:
authorGregory Montoir2004-03-07 10:46:02 +0000
committerGregory Montoir2004-03-07 10:46:02 +0000
commitec5f7b87c6097cf600d5e38acaa893337a88baca (patch)
tree96ad86ae1e7e90071d602d87efaf0f772b100927 /queen/input.h
parentf1c730d27b39aff8bb08e53abb439807aa590053 (diff)
downloadscummvm-rg350-ec5f7b87c6097cf600d5e38acaa893337a88baca.tar.gz
scummvm-rg350-ec5f7b87c6097cf600d5e38acaa893337a88baca.tar.bz2
scummvm-rg350-ec5f7b87c6097cf600d5e38acaa893337a88baca.zip
cleanup (removed irrevelant comments and useless XXX'ed code)
svn-id: r13214
Diffstat (limited to 'queen/input.h')
-rw-r--r--queen/input.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/queen/input.h b/queen/input.h
index 0e27879b93..c2a8207d8f 100644
--- a/queen/input.h
+++ b/queen/input.h
@@ -123,13 +123,13 @@ class Input {
bool _fastMode;
//! The current verb received from keyboard
- Verb _keyVerb; // KEYVERB
+ Verb _keyVerb;
//! set if a cutaway is running
- bool _cutawayRunning; // CUTON
+ bool _cutawayRunning;
//! set this if we can quit
- bool _canQuit; // inverse of CANTQUIT
+ bool _canQuit;
//! moved Cutaway::_quit here
bool _cutawayQuit;
@@ -138,7 +138,7 @@ class Input {
bool _dialogueRunning;
//! moved Talk::_quit here
- bool _talkQuit; // TALKQUIT
+ bool _talkQuit;
//! Set if quicksave requested
bool _quickSave;