aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.h b/saga/script.h
index 7dc144e594..4fa8feb3d1 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -354,7 +354,7 @@ public:
bool isVoiceLUTPresent() const { return _voiceLUTPresent; }
void doVerb();
- void showVerb(int statuscolor = -1);
+ void showVerb(int statusColor = -1);
void setVerb(int verb);
int getCurrentVerb() const { return _currentVerb; }
void setPointerVerb();