[Scummvm-cvs-logs] CVS: residual lua.cpp,1.162,1.163

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Dec 25 22:48:02 CET 2005


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

Modified Files:
	lua.cpp 
Log Message:
values are hardcoded originaly

Index: lua.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/lua.cpp,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- lua.cpp	26 Dec 2005 02:35:59 -0000	1.162
+++ lua.cpp	26 Dec 2005 06:46:58 -0000	1.163
@@ -2804,8 +2804,6 @@
 /*
  * Store a screenshot into a savegame file
  *
- * TODO: Width and height are currently hardcoded,
- * find a fix
  */
 static void StoreSaveGameImage(SaveGame *savedState) {
 	int width = 250, height = 188;
@@ -2837,8 +2835,6 @@
 /*
  * Restore a screenshot from a savegame file
  *
- * TODO: Width and height are currently hardcoded,
- * find a fix
  */
 static void GetSaveGameImage() {
 	int width = 250, height = 188;





More information about the Scummvm-git-logs mailing list