Skip to content

Commit

Permalink
WAGE: Add last line from scene description
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 6, 2016
1 parent b9c2565 commit 777536d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/wage/script.cpp
Expand Up @@ -1257,6 +1257,9 @@ void Script::convertToText() {
}
}
}

if (scr->line.size())
_scriptText.push_back(scr);
}

} // End of namespace Wage

0 comments on commit 777536d

Please sign in to comment.