aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/script.cpp')
-rw-r--r--engines/prince/script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/prince/script.cpp b/engines/prince/script.cpp
index 7f5a069556..2c4d8b66c2 100644
--- a/engines/prince/script.cpp
+++ b/engines/prince/script.cpp
@@ -522,6 +522,10 @@ void Interpreter::setCurrentString(uint32 value) {
_currentString = value;
}
+byte *Interpreter::getGlobalString() {
+ return _string;
+}
+
void Interpreter::increaseString() {
while (*_string) {
_string++;