diff options
| -rw-r--r-- | engines/drascula/drascula.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/engines/drascula/drascula.cpp b/engines/drascula/drascula.cpp index 2d24978f21..35d05ffaa3 100644 --- a/engines/drascula/drascula.cpp +++ b/engines/drascula/drascula.cpp @@ -485,6 +485,7 @@ bool DrasculaEngine::runCurrentChapter() {  #else  		if (rightMouseButton == 1 && menuScreen == 1) {  #endif +			delay(100);  			if (currentChapter == 2)  				loadPic(menuBackground, backSurface);  			else @@ -525,6 +526,7 @@ bool DrasculaEngine::runCurrentChapter() {  		if (leftMouseButton == 1 && menuBar == 1) {  			selectVerbFromBar();  		} else if (leftMouseButton == 1 && takeObject == 0) { +			delay(100);  			if (verify1())  				return true;  		} else if (leftMouseButton == 1 && takeObject == 1) { | 
