diff options
| author | Einar Johan Trøan Sømåen | 2012-07-09 00:11:20 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2012-07-09 00:11:20 +0200 |
| commit | fa3868518d1769353ccf335b7435a9c7a90154f4 (patch) | |
| tree | 5f8d6d02f0eb6c75e454418b71ed39edd6674647 /engines/wintermute/Base/BScriptable.cpp | |
| parent | cb06b9feecc2aa591a9a107061f97ee74168f12e (diff) | |
| download | scummvm-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.cpp | 2 |
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;
*/
|
