[Scummvm-cvs-logs] SF.net SVN: scummvm:[53440] scummvm/trunk/engines/sword25/kernel/ service_ids.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Oct 13 19:45:21 CEST 2010


Revision: 53440
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53440&view=rev
Author:   thebluegr
Date:     2010-10-13 17:45:20 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
Fixed ifdef. I'm too tired today :/

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/kernel/service_ids.h

Modified: scummvm/trunk/engines/sword25/kernel/service_ids.h
===================================================================
--- scummvm/trunk/engines/sword25/kernel/service_ids.h	2010-10-13 17:42:56 UTC (rev 53439)
+++ scummvm/trunk/engines/sword25/kernel/service_ids.h	2010-10-13 17:45:20 UTC (rev 53440)
@@ -55,7 +55,7 @@
 Service *SoundEngine_CreateObject(Kernel *pKernel);
 Service *LuaScriptEngine_CreateObject(Kernel *pKernel);
 Service *Geometry_CreateObject(Kernel *pKernel);
-#ifndef USE_THEORADEC
+#ifdef USE_THEORADEC
 Service *OggTheora_CreateObject(Kernel *pKernel);
 #else
 Service *OggTheora_CreateObject(Kernel *pKernel) { return NULL; }


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