[Scummvm-cvs-logs] SF.net SVN: scummvm: [21465] scummvm/trunk/engines/simon

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Mar 27 04:56:01 CEST 2006


Revision: 21465
Author:   kirben
Date:     2006-03-27 04:54:53 -0800 (Mon, 27 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21465&view=rev

Log Message:
-----------
Commited too much

Modified Paths:
--------------
    scummvm/trunk/engines/simon/items.cpp
    scummvm/trunk/engines/simon/module.mk
Modified: scummvm/trunk/engines/simon/items.cpp
===================================================================
--- scummvm/trunk/engines/simon/items.cpp	2006-03-27 12:49:17 UTC (rev 21464)
+++ scummvm/trunk/engines/simon/items.cpp	2006-03-27 12:54:53 UTC (rev 21465)
@@ -23,7 +23,6 @@
 // Item script opcodes for Simon1/Simon2
 
 #include "common/stdafx.h"
-#include "simon/dxa_player.h"
 #include "simon/simon.h"
 #include "simon/intern.h"
 
@@ -1080,12 +1079,6 @@
 
 		case 183:{									/* unload beard */
 				if (getGameType() == GType_FF) {
-					DXA_Player p;
-					if (p.open((const char *)"icetrench.dxa")) {
-						p.play();
-						p.close();
-					}
-
 					// Play video
 					debug(1, "Play video");
 				} else if (getGameType() == GType_SIMON2) {

Modified: scummvm/trunk/engines/simon/module.mk
===================================================================
--- scummvm/trunk/engines/simon/module.mk	2006-03-27 12:49:17 UTC (rev 21464)
+++ scummvm/trunk/engines/simon/module.mk	2006-03-27 12:54:53 UTC (rev 21465)
@@ -5,7 +5,6 @@
 	cursor.o \
 	debug.o \
 	debugger.o \
-	dxa_player.o \
 	game.o \
 	icons.o \
 	items.o \


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