aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables/SXMath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/scriptables/SXMath.cpp')
-rw-r--r--engines/wintermute/Base/scriptables/SXMath.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/Base/scriptables/SXMath.cpp b/engines/wintermute/Base/scriptables/SXMath.cpp
index aba58e2aa7..40e185d6cc 100644
--- a/engines/wintermute/Base/scriptables/SXMath.cpp
+++ b/engines/wintermute/Base/scriptables/SXMath.cpp
@@ -59,7 +59,7 @@ CSXMath::~CSXMath() {
//////////////////////////////////////////////////////////////////////////
-ERRORCODE CSXMath::scCallMethod(CScScript *script, CScStack *stack, CScStack *thisStack, const char *name) {
+bool CSXMath::scCallMethod(CScScript *script, CScStack *stack, CScStack *thisStack, const char *name) {
//////////////////////////////////////////////////////////////////////////
// Abs
//////////////////////////////////////////////////////////////////////////
@@ -286,7 +286,7 @@ double CSXMath::radianToDegree(double value) {
//////////////////////////////////////////////////////////////////////////
-ERRORCODE CSXMath::persist(CBPersistMgr *persistMgr) {
+bool CSXMath::persist(CBPersistMgr *persistMgr) {
CBScriptable::persist(persistMgr);
return STATUS_OK;