[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.88,1.89 xref.txt,1.21,1.22

Eugene Sandulenko sev at users.sourceforge.net
Thu Aug 4 03:51:13 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1547

Modified Files:
	game.cpp xref.txt 
Log Message:
Few minor IHNM fixes.


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- game.cpp	4 Aug 2005 10:23:49 -0000	1.88
+++ game.cpp	4 Aug 2005 10:50:42 -0000	1.89
@@ -536,7 +536,7 @@
 	640, 480,	// logical width&height
 
 	0,			// scene path y offset
-	304,		// scene height
+	328,		// scene height
 
 	0,			// status x offset
 	304,		// status y offset

Index: xref.txt
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/xref.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- xref.txt	27 Jan 2005 20:07:04 -0000	1.21
+++ xref.txt	4 Aug 2005 10:50:42 -0000	1.22
@@ -3,6 +3,9 @@
 Cross-reference for functions and variables for the original source code and
 the ScummVM implementation.
 
+Watcom C++ arguments order:
+
+  eax, edx, ebx, ecx, stack
 
 Sceneres.h
 ==========





More information about the Scummvm-git-logs mailing list