aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/menu_nebular.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/menu_nebular.cpp')
-rw-r--r--engines/mads/nebular/menu_nebular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index 7f4eaaeec3..d76eb1279d 100644
--- a/engines/mads/nebular/menu_nebular.cpp
+++ b/engines/mads/nebular/menu_nebular.cpp
@@ -451,6 +451,7 @@ TextView::TextView(MADSEngine *vm) : MenuView(vm) {
_font = _vm->_font->getFont(FONT_CONVERSATION);
_vm->_palette->resetGamePalette(4, 0);
+
load();
}
@@ -656,7 +657,6 @@ void TextView::processText() {
void TextView::display() {
FullScreenDialog::display();
- _sceneChanged = true;
}
void TextView::resetPalette() {