[Scummvm-cvs-logs] CVS: scummvm/queen talk.cpp,1.4,1.5
Pawel Kolodziejski
aquadran at users.sourceforge.net
Thu Oct 9 09:34:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv23623
Modified Files:
talk.cpp
Log Message:
fixed compilation
Index: talk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/talk.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- talk.cpp 7 Oct 2003 12:20:31 -0000 1.4
+++ talk.cpp 9 Oct 2003 16:33:00 -0000 1.5
@@ -324,7 +324,7 @@
//debug(0, "talkKey = %i", _talkKey);
_person1Ptr = _fileData + READ_BE_UINT16(ptr); ptr += 2;
- /*byte *cutawayPtr =*/ _fileData + READ_BE_UINT16(ptr); ptr += 2;
+ /*byte *cutawayPtr = _fileData + READ_BE_UINT16(ptr);*/ ptr += 2;
_person2Ptr = _fileData + READ_BE_UINT16(ptr); ptr += 2;
if (ptr != (_fileData + 28))
More information about the Scummvm-git-logs
mailing list