aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/BScriptable.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-07-09 00:11:20 +0200
committerEinar Johan Trøan Sømåen2012-07-09 00:11:20 +0200
commitfa3868518d1769353ccf335b7435a9c7a90154f4 (patch)
tree5f8d6d02f0eb6c75e454418b71ed39edd6674647 /engines/wintermute/Base/BScriptable.cpp
parentcb06b9feecc2aa591a9a107061f97ee74168f12e (diff)
downloadscummvm-rg350-fa3868518d1769353ccf335b7435a9c7a90154f4.tar.gz
scummvm-rg350-fa3868518d1769353ccf335b7435a9c7a90154f4.tar.bz2
scummvm-rg350-fa3868518d1769353ccf335b7435a9c7a90154f4.zip
WINTERMUTE: Rename FuncName/VarName->funcName/varName in ScScript
Diffstat (limited to 'engines/wintermute/Base/BScriptable.cpp')
-rw-r--r--engines/wintermute/Base/BScriptable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/BScriptable.cpp b/engines/wintermute/Base/BScriptable.cpp
index 16470ebf3c..0e0ca7d45b 100644
--- a/engines/wintermute/Base/BScriptable.cpp
+++ b/engines/wintermute/Base/BScriptable.cpp
@@ -65,7 +65,7 @@ HRESULT CBScriptable::scCallMethod(CScScript *script, CScStack *stack, CScStack
/*
stack->correctParams(0);
stack->pushNULL();
- script->RuntimeError("Call to undefined method '%s'.", name);
+ script->runtimeError("Call to undefined method '%s'.", name);
return S_OK;
*/