diff options
author | Eugene Sandulenko | 2005-01-06 14:04:09 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-01-06 14:04:09 +0000 |
commit | b62ae808c8236ca657844aa71bddb5fb9e1a4288 (patch) | |
tree | 9414eb49393d9e60af95f9f86dcb569c9edb4f1e | |
parent | 26d5810b81bfc7153db801d0f8f904eb1b54856f (diff) | |
download | scummvm-rg350-b62ae808c8236ca657844aa71bddb5fb9e1a4288.tar.gz scummvm-rg350-b62ae808c8236ca657844aa71bddb5fb9e1a4288.tar.bz2 scummvm-rg350-b62ae808c8236ca657844aa71bddb5fb9e1a4288.zip |
Fix warning
svn-id: r16444
-rw-r--r-- | saga/sfuncs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp index c7c49f4b74..42324cb990 100644 --- a/saga/sfuncs.cpp +++ b/saga/sfuncs.cpp @@ -310,6 +310,7 @@ int Script::SF_preDialog(SCRIPTFUNC_PARAMS) { _vm->_interface->setMode(kPanelNull); debug(1, "stub: SF_preDialog()"); + return SUCCESS; } // Script function #13 (0x0D) |