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();
|
checkObjects();
|
||||||
|
|
||||||
#ifdef _WIN32_WCE
|
#ifdef _WIN32_WCE
|
||||||
if (rightMouseButton)
|
if (rightMouseButton) {
|
||||||
if (_menuScreen) {
|
if (_menuScreen) {
|
||||||
#else
|
#else
|
||||||
if (rightMouseButton == 1 && _menuScreen) {
|
if (rightMouseButton == 1 && _menuScreen) {
|
||||||
|
@ -570,6 +570,9 @@ bool DrasculaEngine::runCurrentChapter() {
|
||||||
#endif
|
#endif
|
||||||
selectVerb(kVerbNone);
|
selectVerb(kVerbNone);
|
||||||
}
|
}
|
||||||
|
#ifdef _WIN32_WCE
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (leftMouseButton == 1 && _menuBar) {
|
if (leftMouseButton == 1 && _menuBar) {
|
||||||
delay(100);
|
delay(100);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue