[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.43,1.44

Jamieson Christian jamieson630 at users.sourceforge.net
Mon May 26 07:20:05 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv12206/scummvm/sky

Modified Files:
	logic.cpp 
Log Message:
Fixed VC++ warning

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- logic.cpp	26 May 2003 13:28:42 -0000	1.43
+++ logic.cpp	26 May 2003 14:19:24 -0000	1.44
@@ -1748,7 +1748,7 @@
 
 uint32 SkyLogic::fnChangeName(uint32 id, uint32 textNo, uint32 c) {
 	Compact *cpt = SkyState::fetchCompact(id);
-	cpt->cursorText = textNo;
+	cpt->cursorText = (uint16) textNo;
 	return 1;
 }
 





More information about the Scummvm-git-logs mailing list