[Scummvm-cvs-logs] SF.net SVN: scummvm: [21844] scummvm/trunk/engines/cine/cine.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Apr 13 08:44:46 CEST 2006


Revision: 21844
Author:   eriktorbjorn
Date:     2006-04-13 08:42:52 -0700 (Thu, 13 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21844&view=rev

Log Message:
-----------
Added TODO about some extra data files that Operation Stealth has to load.

Modified Paths:
--------------
    scummvm/trunk/engines/cine/cine.cpp
Modified: scummvm/trunk/engines/cine/cine.cpp
===================================================================
--- scummvm/trunk/engines/cine/cine.cpp	2006-04-13 14:26:46 UTC (rev 21843)
+++ scummvm/trunk/engines/cine/cine.cpp	2006-04-13 15:42:52 UTC (rev 21844)
@@ -197,8 +197,17 @@
 	animDataTable = (AnimData *)malloc(NUM_MAX_ANIMDATA * sizeof(AnimData));
 	
 	loadTextData("texte.dat", textDataPtr);
-	if (gameType == Cine::GID_FW)
+
+	switch (gameType) {
+	case Cine::GID_FW:
 		snd_loadBasesonEntries("BASESON.SND");
+		break;
+	case Cine::GID_OS:
+		// TODO
+		// load POLDAT.DAT
+		// load ERRMESS.DAT (default responses to actions)
+		break;
+	}
 
 	for (i = 0; i < NUM_MAX_OBJECT; i++) {
 		objectTable[i].part = 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