diff options
author | Robert Göffringmann | 2003-06-06 14:04:16 +0000 |
---|---|---|
committer | Robert Göffringmann | 2003-06-06 14:04:16 +0000 |
commit | 1326772037669ea54637f06f06348622de9aa434 (patch) | |
tree | 9c7e8fa1dab22d4505160622b3494db526cc8fc8 /sky | |
parent | e02875be67940a879ed35359747c229f9e0dcade (diff) | |
download | scummvm-rg350-1326772037669ea54637f06f06348622de9aa434.tar.gz scummvm-rg350-1326772037669ea54637f06f06348622de9aa434.tar.bz2 scummvm-rg350-1326772037669ea54637f06f06348622de9aa434.zip |
whoops.
svn-id: r8353
Diffstat (limited to 'sky')
-rw-r--r-- | sky/logic.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp index 6580e78847..60286e2147 100644 --- a/sky/logic.cpp +++ b/sky/logic.cpp @@ -2226,10 +2226,12 @@ bool SkyLogic::fnQuitToDos(uint32 a, uint32 b, uint32 c) { bool SkyLogic::fnPauseFx(uint32 a, uint32 b, uint32 c) { warning("Stub: fnPauseFx"); + return true; } bool SkyLogic::fnUnPauseFx(uint32 a, uint32 b, uint32 c) { warning("Stub: fnUnPauseFx"); + return true; } bool SkyLogic::fnPrintf(uint32 a, uint32 b, uint32 c) { |