LAB: Remove some more useless g_lab
This commit is contained in:
parent
ac346869f7
commit
6668b76edc
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue