[Scummvm-cvs-logs] SF.net SVN: scummvm: [22491] scummvm/trunk/engines/kyra/wsamovie.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue May 16 09:15:40 CEST 2006


Revision: 22491
Author:   lordhoto
Date:     2006-05-16 09:15:33 -0700 (Tue, 16 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22491&view=rev

Log Message:
-----------
Oops forgot some define checks

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/wsamovie.cpp
Modified: scummvm/trunk/engines/kyra/wsamovie.cpp
===================================================================
--- scummvm/trunk/engines/kyra/wsamovie.cpp	2006-05-16 16:04:24 UTC (rev 22490)
+++ scummvm/trunk/engines/kyra/wsamovie.cpp	2006-05-16 16:15:33 UTC (rev 22491)
@@ -207,6 +207,7 @@
 
 #pragma mark -
 
+#ifdef ENABLE_KYRA3
 WSAMovieV3::WSAMovieV3(KyraEngine_v3 *vm) : WSAMovieV1(vm), _vm3(vm), _xAdd(0), _yAdd(0) {}
 
 void WSAMovieV3::open(const char *filename, int unk1, uint8 *palBuf) {
@@ -281,5 +282,6 @@
 	delete [] p;
 	_opened = true;
 }
+#endif
 
 } // end of namespace Kyra


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