[Scummvm-cvs-logs] SF.net SVN: scummvm:[41958] scummvm/trunk/engines/kyra

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Jun 29 19:26:56 CEST 2009


Revision: 41958
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41958&view=rev
Author:   lordhoto
Date:     2009-06-29 17:26:56 +0000 (Mon, 29 Jun 2009)

Log Message:
-----------
Removed obsolete TODOs in HoF code.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/gui_hof.cpp
    scummvm/trunk/engines/kyra/kyra_hof.cpp
    scummvm/trunk/engines/kyra/scene_hof.cpp

Modified: scummvm/trunk/engines/kyra/gui_hof.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_hof.cpp	2009-06-29 17:26:43 UTC (rev 41957)
+++ scummvm/trunk/engines/kyra/gui_hof.cpp	2009-06-29 17:26:56 UTC (rev 41958)
@@ -704,7 +704,6 @@
 	int oldHandItem = _vm->_itemInHand;
 	_screen->setMouseCursor(0, 0, _vm->getShapePtr(0));
 	_vm->displayInvWsaLastFrame();
-	//XXX
 	_displayMenu = true;
 
 	for (uint i = 0; i < ARRAYSIZE(_menuButtons); ++i) {

Modified: scummvm/trunk/engines/kyra/kyra_hof.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_hof.cpp	2009-06-29 17:26:43 UTC (rev 41957)
+++ scummvm/trunk/engines/kyra/kyra_hof.cpp	2009-06-29 17:26:56 UTC (rev 41958)
@@ -451,7 +451,6 @@
 		(*_inventoryButtons[0].buttonCallback)(&_inventoryButtons[0]);
 
 	setNextIdleAnimTimer();
-	//XXX
 	setWalkspeed(_configWalkspeed);
 }
 

Modified: scummvm/trunk/engines/kyra/scene_hof.cpp
===================================================================
--- scummvm/trunk/engines/kyra/scene_hof.cpp	2009-06-29 17:26:43 UTC (rev 41957)
+++ scummvm/trunk/engines/kyra/scene_hof.cpp	2009-06-29 17:26:56 UTC (rev 41958)
@@ -330,9 +330,6 @@
 	updateCharacterAnim(0);
 	refreshAnimObjectsIfNeed();
 
-	if (!changedScene && !_unk4) {
-		//XXX
-	}
 	return changedScene;
 }
 


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