mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Fixed ifdef. I'm too tired today :/
svn-id: r53440
This commit is contained in:
@@ -55,7 +55,7 @@ Service *InputEngine_CreateObject(Kernel *pKernel);
|
||||
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; }
|
||||
|
||||
Reference in New Issue
Block a user