[Scummvm-cvs-logs] scummvm master -> e59e2e4b198f7a716ab77cc68fc298c7aa9aff71

wjp wjp at usecode.org
Fri Nov 18 22:49:10 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e59e2e4b19 DREAMWEB: Fix compile error/typo


Commit: e59e2e4b198f7a716ab77cc68fc298c7aa9aff71
    https://github.com/scummvm/scummvm/commit/e59e2e4b198f7a716ab77cc68fc298c7aa9aff71
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-11-18T13:48:34-08:00

Commit Message:
DREAMWEB: Fix compile error/typo

Changed paths:
    engines/dreamweb/sprite.cpp



diff --git a/engines/dreamweb/sprite.cpp b/engines/dreamweb/sprite.cpp
index 26ef947..0200a9f 100644
--- a/engines/dreamweb/sprite.cpp
+++ b/engines/dreamweb/sprite.cpp
@@ -165,7 +165,7 @@ void DreamGenContext::mainman(Sprite *sprite) {
 			if (data.byte(kLinepointer) != 254) {
 				if ((data.byte(kFacing) & 1) == 0)
 					walking(sprite);
-				else if ((sprite->walkFrame != 2) && (sprite->walkframe != 7))
+				else if ((sprite->walkFrame != 2) && (sprite->walkFrame != 7))
 					walking(sprite);
 			}
 			if (data.byte(kLinepointer) == 254) {






More information about the Scummvm-git-logs mailing list