From 2ffd1699239a4da5c9793a8bb0ea77a8a473d7c4 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 29 Sep 2014 00:29:47 +0200 Subject: MADS: Rex - Remove unused variables --- engines/mads/nebular/menu_nebular.cpp | 2 +- engines/mads/nebular/menu_nebular.h | 1 - 2 files changed, 1 insertion(+), 2 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() { diff --git a/engines/mads/nebular/menu_nebular.h b/engines/mads/nebular/menu_nebular.h index 2ffc0d6d07..f8e84fa5b6 100644 --- a/engines/mads/nebular/menu_nebular.h +++ b/engines/mads/nebular/menu_nebular.h @@ -162,7 +162,6 @@ private: static char _resourceName[100]; bool _animating; - bool _sceneChanged; Common::Array _textLines; Common::Point _pan; int _panSpeed; -- cgit v1.2.3