mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
MADS: Rex - Remove unused variables
This commit is contained in:
parent
913616f951
commit
2ffd169923
@ -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() {
|
||||
|
@ -162,7 +162,6 @@ private:
|
||||
static char _resourceName[100];
|
||||
|
||||
bool _animating;
|
||||
bool _sceneChanged;
|
||||
Common::Array<TextLine> _textLines;
|
||||
Common::Point _pan;
|
||||
int _panSpeed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user