[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.210,1.211
Travis Howell
kirben at users.sourceforge.net
Mon Jan 12 21:00:00 CET 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv13200/scumm
Modified Files:
actor.cpp
Log Message:
Typo
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -d -r1.210 -r1.211
--- actor.cpp 13 Jan 2004 04:57:31 -0000 1.210
+++ actor.cpp 13 Jan 2004 04:59:40 -0000 1.211
@@ -472,7 +472,7 @@
}
} else {
assert(f != 0x3E);
- // Not sure it this should apply to samnmax
+ // Not sure if this should apply to samnmax
frame = (_vm->_version == 6) ? 0: f;
if (isInCurrentRoom() && costume != 0) {
More information about the Scummvm-git-logs
mailing list