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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/Base/scriptables/SXMath.cpp b/engines/wintermute/Base/scriptables/SXMath.cpp
index 68bad8c7d9..351fed9fe3 100644
--- a/engines/wintermute/Base/scriptables/SXMath.cpp
+++ b/engines/wintermute/Base/scriptables/SXMath.cpp
@@ -42,7 +42,7 @@ namespace WinterMute {
IMPLEMENT_PERSISTENT(CSXMath, true)
CBScriptable *makeSXMath(CBGame *inGame) {
- return new CSXMath(inGame);
+ return new CSXMath(inGame);
}
//////////////////////////////////////////////////////////////////////////