aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/dialogs_nebular.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-04 08:19:37 -0400
committerPaul Gilbert2014-04-04 08:19:37 -0400
commit7f15c6d5fd0f2c1bfef1d69d0556233543a6cd8a (patch)
tree4ec8109f5115aa4d99cbd468198910862207d3da /engines/mads/nebular/dialogs_nebular.cpp
parent19a814f38ccb6c3758e6dacd3d3e1747e2aa6947 (diff)
downloadscummvm-rg350-7f15c6d5fd0f2c1bfef1d69d0556233543a6cd8a.tar.gz
scummvm-rg350-7f15c6d5fd0f2c1bfef1d69d0556233543a6cd8a.tar.bz2
scummvm-rg350-7f15c6d5fd0f2c1bfef1d69d0556233543a6cd8a.zip
MADS: Beginnings of proper look dialog display
Diffstat (limited to 'engines/mads/nebular/dialogs_nebular.cpp')
-rw-r--r--engines/mads/nebular/dialogs_nebular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp
index bfc225ee66..3be3db33b3 100644
--- a/engines/mads/nebular/dialogs_nebular.cpp
+++ b/engines/mads/nebular/dialogs_nebular.cpp
@@ -135,8 +135,8 @@ bool DialogsNebular::show(int msgId) {
// Loop through the lines of the returned text
for (uint idx = 0; idx < msg.size(); ++idx) {
Common::String srcLine = msg[idx];
-
const char *srcP = srcLine.c_str();
+ dialogText = "";
commandFlag = false;
underlineFlag = false;
centerFlag = false;