mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
SWORD25: Fixed compilation
svn-id: r55463
This commit is contained in:
parent
00a0f8d15d
commit
04af67d736
@ -178,7 +178,7 @@ MoviePlayer::MoviePlayer(Kernel *pKernel) : Service(pKernel) {
|
||||
if (!registerScriptBindings())
|
||||
error("Script bindings could not be registered.");
|
||||
else
|
||||
BS_LOGLN("Script bindings registered.");
|
||||
debugC(kDebugScript, "Script bindings registered.");
|
||||
}
|
||||
|
||||
MoviePlayer::~MoviePlayer() {
|
||||
|
Loading…
Reference in New Issue
Block a user