[Scummvm-cvs-logs] SF.net SVN: scummvm:[49163] scummvm/trunk/engines/sci/engine/kmovement.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Sun May 23 19:40:42 CEST 2010
Revision: 49163
http://scummvm.svn.sourceforge.net/scummvm/?rev=49163&view=rev
Author: m_kiewitz
Date: 2010-05-23 17:40:42 +0000 (Sun, 23 May 2010)
Log Message:
-----------
SCI: removed hack for iceman in kDoBresen - fixes all sorts of automatic walking issues (like rescueing ambassador) in iceman, dancing at the beginning also still works - thx to [md5]
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kmovement.cpp
Modified: scummvm/trunk/engines/sci/engine/kmovement.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kmovement.cpp 2010-05-23 17:35:31 UTC (rev 49162)
+++ scummvm/trunk/engines/sci/engine/kmovement.cpp 2010-05-23 17:40:42 UTC (rev 49163)
@@ -333,8 +333,7 @@
completed = 1;
}
- // FIXME: find out why iceman needs this and we ask for version > SCI01
- if ((getSciVersion() > SCI_VERSION_01) || !strcmp(g_sci->getGameID(), "iceman"))
+ if ((getSciVersion() >= SCI_VERSION_1_EGA))
if (completed)
invoke_selector(INV_SEL(s, mover, moveDone, kStopOnInvalidSelector), 0);
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