DRASCULA: Fix a style related warning for WinCE specific code.

This commit is contained in:
Johannes Schickel 2011-03-08 20:11:13 +01:00
parent aebd9c6ea0
commit 0e7dc36792

View file

@ -512,7 +512,7 @@ bool DrasculaEngine::runCurrentChapter() {
checkObjects();
#ifdef _WIN32_WCE
if (rightMouseButton)
if (rightMouseButton) {
if (_menuScreen) {
#else
if (rightMouseButton == 1 && _menuScreen) {
@ -570,6 +570,9 @@ bool DrasculaEngine::runCurrentChapter() {
#endif
selectVerb(kVerbNone);
}
#ifdef _WIN32_WCE
}
#endif
if (leftMouseButton == 1 && _menuBar) {
delay(100);