[Scummvm-cvs-logs] SF.net SVN: scummvm: [28570] scummvm/trunk/engines/saga/sfuncs.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Mon Aug 13 03:09:48 CEST 2007
Revision: 28570
http://scummvm.svn.sourceforge.net/scummvm/?rev=28570&view=rev
Author: thebluegr
Date: 2007-08-12 18:09:48 -0700 (Sun, 12 Aug 2007)
Log Message:
-----------
Removed an obsolete TODO
Modified Paths:
--------------
scummvm/trunk/engines/saga/sfuncs.cpp
Modified: scummvm/trunk/engines/saga/sfuncs.cpp
===================================================================
--- scummvm/trunk/engines/saga/sfuncs.cpp 2007-08-12 20:27:45 UTC (rev 28569)
+++ scummvm/trunk/engines/saga/sfuncs.cpp 2007-08-13 01:09:48 UTC (rev 28570)
@@ -596,9 +596,7 @@
// changeScene calls loadScene which calls setVerb. setVerb resets all pending objects and object flags
if (sceneNumber == -1 && _vm->getGameType() == GType_IHNM) {
- // TODO: This is used to return back to the character selection screen in IHNM.
- // However, it seems more than this is needed, AM's speech is wrong and no actors
- // are shown
+ // Return back to the character selection screen in IHNM
_vm->_scene->changeScene(154, entrance, kTransitionFade, 8);
} else {
_vm->_scene->changeScene(sceneNumber, entrance, (sceneNumber == ITE_SCENE_ENDCREDIT1) ? kTransitionFade : kTransitionNoFade);
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