mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
Minor cleanup
svn-id: r24281
This commit is contained in:
parent
4311c3a04c
commit
6c66570726
@ -443,7 +443,7 @@ uint fileReadItemID(Common::File *in) {
|
||||
}
|
||||
|
||||
void AGOSEngine::openGameFile() {
|
||||
if (!(getFeatures() & GF_OLD_BUNDLE)) {
|
||||
if (getFileName(GAME_GMEFILE) != NULL) {
|
||||
_gameFile = new File();
|
||||
_gameFile->open(getFileName(GAME_GMEFILE));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user