[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.80,1.81

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sun Jul 6 23:46:15 CEST 2003


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

Modified Files:
	sky.cpp 
Log Message:
This seems to fix the inventory sprite for the glass, and is more
consistent with the rest of the loadFixedItems() function.


Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- sky.cpp	7 Jul 2003 00:14:16 -0000	1.80
+++ sky.cpp	7 Jul 2003 06:45:33 -0000	1.81
@@ -250,7 +250,7 @@
 void SkyState::loadFixedItems(void) {
 
 	if (!isDemo())
-		_itemList[36] = (void **)_skyDisk->loadFile(26, NULL);
+		_itemList[36] = (void **)_skyDisk->loadFile(36, NULL);
 
 	_itemList[49] = (void **)_skyDisk->loadFile(49, NULL);
 	_itemList[50] = (void **)_skyDisk->loadFile(50, NULL);





More information about the Scummvm-git-logs mailing list