diff options
| -rw-r--r-- | engines/drascula/actors.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/drascula/actors.cpp b/engines/drascula/actors.cpp index 10ce415c2c..1d94aeb67e 100644 --- a/engines/drascula/actors.cpp +++ b/engines/drascula/actors.cpp @@ -189,7 +189,7 @@ void DrasculaEngine::moveCharacters() {  		}  	} -	if (currentChapter == 1 || currentChapter == 4 || currentChapter == 5 || currentChapter == 6) { +	if (currentChapter != 2 && currentChapter != 3) {  		if (hare_se_ve == 0) {  			increaseFrameNum();  			return; | 
