diff options
Diffstat (limited to 'saga/script.h')
-rw-r--r-- | saga/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.h b/saga/script.h index 0a9861e163..8bf227e6c8 100644 --- a/saga/script.h +++ b/saga/script.h @@ -262,7 +262,7 @@ public: const char * getScriptString(int index) const { return _currentScript->strings.getString(index); } void doVerb(); - void showVerb(); + void showVerb(int statuscolor = -1); void setVerb(int verb); int getCurrentVerb() const { return _currentVerb; } void setPointerVerb(); |