From 777536d203943484cdbdd15539e5002896628a9a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 7 Jan 2016 00:12:43 +0100 Subject: [PATCH] WAGE: Add last line from scene description --- engines/wage/script.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp index c9b456b17c2b..ec3f7b2115a4 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