aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/wage/script.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp
index c9b456b17c..ec3f7b2115 100644
--- a/engines/wage/script.cpp
+++ b/engines/wage/script.cpp
@@ -1257,6 +1257,9 @@ void Script::convertToText() {
}
}
}
+
+ if (scr->line.size())
+ _scriptText.push_back(scr);
}
} // End of namespace Wage