aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/scriptables/SXMath.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-25 16:44:44 +0200
committerEinar Johan Trøan Sømåen2012-06-25 16:44:44 +0200
commitc2a8af7ae567e8869aac9a18d479af943cbf4a95 (patch)
treee0833b2ca834464c439716634938087d987eac5f /engines/wintermute/Base/scriptables/SXMath.cpp
parent1c26b37ef2f4571e28a95d83d923b8eed9225231 (diff)
downloadscummvm-rg350-c2a8af7ae567e8869aac9a18d479af943cbf4a95.tar.gz
scummvm-rg350-c2a8af7ae567e8869aac9a18d479af943cbf4a95.tar.bz2
scummvm-rg350-c2a8af7ae567e8869aac9a18d479af943cbf4a95.zip
WINTERMUTE: Rename functions and arguments in BScriptable.
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 da05de0e95..f6ee46e33b 100644
--- a/engines/wintermute/Base/scriptables/SXMath.cpp
+++ b/engines/wintermute/Base/scriptables/SXMath.cpp
@@ -58,7 +58,7 @@ CSXMath::~CSXMath() {
//////////////////////////////////////////////////////////////////////////
-HRESULT CSXMath::ScCallMethod(CScScript *Script, CScStack *Stack, CScStack *ThisStack, const char *Name) {
+HRESULT CSXMath::scCallMethod(CScScript *Script, CScStack *Stack, CScStack *ThisStack, const char *Name) {
//////////////////////////////////////////////////////////////////////////
// Abs
//////////////////////////////////////////////////////////////////////////
@@ -249,7 +249,7 @@ HRESULT CSXMath::ScCallMethod(CScScript *Script, CScStack *Stack, CScStack *This
//////////////////////////////////////////////////////////////////////////
-CScValue *CSXMath::ScGetProperty(const char *Name) {
+CScValue *CSXMath::scGetProperty(const char *Name) {
_scValue->SetNULL();
//////////////////////////////////////////////////////////////////////////