[Scummvm-cvs-logs] SF.net SVN: scummvm:[39931] scummvm/trunk/engines/saga/actor.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sat Apr 11 14:08:03 CEST 2009
Revision: 39931
http://scummvm.svn.sourceforge.net/scummvm/?rev=39931&view=rev
Author: thebluegr
Date: 2009-04-11 12:08:02 +0000 (Sat, 11 Apr 2009)
Log Message:
-----------
Removed unused (and wrong) code for IHNM
Modified Paths:
--------------
scummvm/trunk/engines/saga/actor.cpp
Modified: scummvm/trunk/engines/saga/actor.cpp
===================================================================
--- scummvm/trunk/engines/saga/actor.cpp 2009-04-11 09:58:30 UTC (rev 39930)
+++ scummvm/trunk/engines/saga/actor.cpp 2009-04-11 12:08:02 UTC (rev 39931)
@@ -183,16 +183,6 @@
obj->_location.y = ITE_ObjectTable[i].y;
obj->_location.z = ITE_ObjectTable[i].z;
}
- } else {
-#ifdef ENABLE_IHNM
- // TODO. This is causing problems for SYMBIAN os as it doesn't like a static class here
- ActorData dummyActor;
-
- dummyActor._frames = NULL;
- dummyActor._walkStepsPoints = NULL;
-
- _protagonist = &dummyActor;
-#endif
}
_dragonHunt = true;
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