diff options
author | Torbjörn Andersson | 2003-05-23 15:48:07 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-05-23 15:48:07 +0000 |
commit | 8feba0dfaffc86140e03e2c6f8e633d3f74c9a33 (patch) | |
tree | 92b61dc77eab557e09a73b269a29d585c8b7a3cc /simon | |
parent | e52ca34bb4d4448ecaddda95a6241da877023e67 (diff) | |
download | scummvm-rg350-8feba0dfaffc86140e03e2c6f8e633d3f74c9a33.tar.gz scummvm-rg350-8feba0dfaffc86140e03e2c6f8e633d3f74c9a33.tar.bz2 scummvm-rg350-8feba0dfaffc86140e03e2c6f8e633d3f74c9a33.zip |
cleanup
svn-id: r7866
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 278c15301c..6e58d81931 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -3366,6 +3366,7 @@ void SimonState::processSpecialKeys() { case 'i': if (_debugMode) _draw_images_debug ^= 1; + break; } _key_pressed = 0; |