[Scummvm-cvs-logs] scummvm master -> 2ffd1699239a4da5c9793a8bb0ea77a8a473d7c4

Strangerke Strangerke at scummvm.org
Mon Sep 29 00:31:51 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2ffd169923 MADS: Rex - Remove unused variables


Commit: 2ffd1699239a4da5c9793a8bb0ea77a8a473d7c4
    https://github.com/scummvm/scummvm/commit/2ffd1699239a4da5c9793a8bb0ea77a8a473d7c4
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-09-29T00:29:47+02:00

Commit Message:
MADS: Rex - Remove unused variables

Changed paths:
    engines/mads/nebular/menu_nebular.cpp
    engines/mads/nebular/menu_nebular.h



diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index 7f4eaae..d76eb12 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 2ffc0d6..f8e84fa 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<TextLine> _textLines;
 	Common::Point _pan;
 	int _panSpeed;






More information about the Scummvm-git-logs mailing list