svn-id: r7866
This commit is contained in:
Torbjörn Andersson 2003-05-23 15:48:07 +00:00
parent e52ca34bb4
commit 8feba0dfaf
2 changed files with 2 additions and 1 deletions

View file

@ -3366,6 +3366,7 @@ void SimonState::processSpecialKeys() {
case 'i':
if (_debugMode)
_draw_images_debug ^= 1;
break;
}
_key_pressed = 0;