ignore any keypresses in the volume control dialog

svn-id: r38183
This commit is contained in:
Willem Jan Palenstijn 2009-02-14 22:46:54 +00:00
parent 7853ff65db
commit 3f39213335

View File

@ -72,6 +72,10 @@ void DrasculaEngine::volumeControls() {
updateEvents();
// we're ignoring keypresses, so just empty the keyboard buffer
while (getScan())
;
if (rightMouseButton == 1) {
delay(100);
break;