LAB: Variable rename

This commit is contained in:
Eugene Sandulenko 2015-12-14 08:59:16 +01:00 committed by Willem Jan Palenstijn
parent 5d240e3493
commit aa718e4c84
5 changed files with 12 additions and 12 deletions

View file

@ -499,7 +499,7 @@ void LabEngine::doMonitor(char *background, char *textfile, bool isinteractive,
_monitorPage = 0;
_lastPage = false;
_graphics->FadePalette = _highPalette;
_graphics->_fadePalette = _highPalette;
TextFont *monitorFont = _resource->getFont("P:Map.fon");
Common::File *buttonFile = _resource->openDataFile("P:MonImage");