[Scummvm-cvs-logs] SF.net SVN: scummvm: [28755] scummvm/trunk/engines/saga/ihnm_introproc.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Mon Aug 27 12:04:49 CEST 2007
Revision: 28755
http://scummvm.svn.sourceforge.net/scummvm/?rev=28755&view=rev
Author: thebluegr
Date: 2007-08-27 03:04:49 -0700 (Mon, 27 Aug 2007)
Log Message:
-----------
typo
Modified Paths:
--------------
scummvm/trunk/engines/saga/ihnm_introproc.cpp
Modified: scummvm/trunk/engines/saga/ihnm_introproc.cpp
===================================================================
--- scummvm/trunk/engines/saga/ihnm_introproc.cpp 2007-08-27 10:03:23 UTC (rev 28754)
+++ scummvm/trunk/engines/saga/ihnm_introproc.cpp 2007-08-27 10:04:49 UTC (rev 28755)
@@ -164,7 +164,7 @@
IHNM_IntroScene_ResourceList[k][0].invalid = false;
// Cutaway animation resource
IHNM_IntroScene_ResourceList[k][1].resourceId = _vm->_anim->cutawayAnimResourceID(k);
- IHNM_IntroScene_ResourceList[k][1].resourceType = 2;
+ IHNM_IntroScene_ResourceList[k][1].resourceType = 14;
IHNM_IntroScene_ResourceList[k][1].buffer = 0;
IHNM_IntroScene_ResourceList[k][1].size = 0;
IHNM_IntroScene_ResourceList[k][1].invalid = false;
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