LAB: Remove some more useless g_lab

This commit is contained in:
Strangerke 2015-12-13 12:06:38 +01:00 committed by Willem Jan Palenstijn
parent ac346869f7
commit 6668b76edc
2 changed files with 3 additions and 3 deletions

View file

@ -88,7 +88,7 @@ void Intro::doPictText(const char *filename, TextFont *msgFont, bool isScreen) {
int32 cls, code, Drawn;
int16 qualifier;
Common::File *textFile = g_lab->_resource->openDataFile(path);
Common::File *textFile = _vm->_resource->openDataFile(path);
byte *textBuffer = new byte[textFile->size()];
textFile->read(textBuffer, textFile->size());
delete textFile;