[Scummvm-cvs-logs] SF.net SVN: scummvm: [26077] scummvm/trunk/engines/parallaction

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Mar 11 01:06:14 CET 2007


Revision: 26077
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26077&view=rev
Author:   peres001
Date:     2007-03-10 16:06:14 -0800 (Sat, 10 Mar 2007)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/inventory.cpp
    scummvm/trunk/engines/parallaction/menu.cpp

Modified: scummvm/trunk/engines/parallaction/inventory.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/inventory.cpp	2007-03-11 00:04:50 UTC (rev 26076)
+++ scummvm/trunk/engines/parallaction/inventory.cpp	2007-03-11 00:06:14 UTC (rev 26077)
@@ -372,18 +372,14 @@
 
 
 void refreshInventory(const char *character) {
-//	_vm->_disk->loadObjects(character, &_characterInventory);
 	redrawInventory();
-//	_vm->_graphics->freeCnv(&_yourObjects);
 
 	return;
 }
 
 
 void refreshInventoryItem(const char *character, uint16 index) {
-//	_vm->_disk->loadObjects(character, &_yourObjects);
 	drawInventoryItem(index, &_inventory[index]);
-//	_vm->_graphics->freeCnv(&_characterInventory);
 
 	return;
 }

Modified: scummvm/trunk/engines/parallaction/menu.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/menu.cpp	2007-03-11 00:04:50 UTC (rev 26076)
+++ scummvm/trunk/engines/parallaction/menu.cpp	2007-03-11 00:06:14 UTC (rev 26077)
@@ -408,8 +408,6 @@
 
 	free(v14._data0);
 
-//	refreshInventory(_vm->_characterName);
-
 	return;
 
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list