diff options
author | Paul Gilbert | 2014-02-23 13:39:53 -0500 |
---|---|---|
committer | Paul Gilbert | 2014-02-23 13:39:53 -0500 |
commit | 1d80edb2dd092b7e91805f359f0e2a7d470ed7c4 (patch) | |
tree | 3115206f755c336ece75b34b76d76811850dc8e9 /engines/mads/nebular | |
parent | 6b774d228495e2dc9de08520a3064889d439335d (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/mads/nebular/dialogs_nebular.cpp | 3 |
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() { |