aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables/SXMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/scriptables/SXMath.h')
-rw-r--r--engines/wintermute/Base/scriptables/SXMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/scriptables/SXMath.h b/engines/wintermute/Base/scriptables/SXMath.h
index aceca5ea08..eb11b94f34 100644
--- a/engines/wintermute/Base/scriptables/SXMath.h
+++ b/engines/wintermute/Base/scriptables/SXMath.h
@@ -40,7 +40,7 @@ public:
CSXMath(CBGame *inGame);
virtual ~CSXMath();
virtual CScValue *scGetProperty(const char *name);
- virtual ERRORCODE scCallMethod(CScScript *script, CScStack *stack, CScStack *thisStack, const char *name);
+ virtual bool scCallMethod(CScScript *script, CScStack *stack, CScStack *thisStack, const char *name);
private:
double degreeToRadian(double value);