aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/dialogs_nebular.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-23 13:39:53 -0500
committerPaul Gilbert2014-02-23 13:39:53 -0500
commit1d80edb2dd092b7e91805f359f0e2a7d470ed7c4 (patch)
tree3115206f755c336ece75b34b76d76811850dc8e9 /engines/mads/nebular/dialogs_nebular.cpp
parent6b774d228495e2dc9de08520a3064889d439335d (diff)
downloadscummvm-rg350-1d80edb2dd092b7e91805f359f0e2a7d470ed7c4.tar.gz
scummvm-rg350-1d80edb2dd092b7e91805f359f0e2a7d470ed7c4.tar.bz2
scummvm-rg350-1d80edb2dd092b7e91805f359f0e2a7d470ed7c4.zip
MADS: Fixes for the display of dialogs
Diffstat (limited to 'engines/mads/nebular/dialogs_nebular.cpp')
-rw-r--r--engines/mads/nebular/dialogs_nebular.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/mads/nebular/dialogs_nebular.cpp b/engines/mads/nebular/dialogs_nebular.cpp
index 95a485d170..6d2321eae2 100644
--- a/engines/mads/nebular/dialogs_nebular.cpp
+++ b/engines/mads/nebular/dialogs_nebular.cpp
@@ -67,9 +67,8 @@ CopyProtectionDialog::CopyProtectionDialog(MADSEngine *vm, bool priorAnswerWrong
wordWrap("right into this really COOL adventure game!\n");
wordWrap("\n");
wordWrap(" ");
+ addInput();
wordWrap("\n");
-
- // TODO: Rest of setup
}
bool CopyProtectionDialog::show() {