DRASCULA: Fix a style related warning for WinCE specific code.
This commit is contained in:
parent
aebd9c6ea0
commit
0e7dc36792
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue