mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
FREESCAPE: added border image for space station oblivion and make sure it is loaded
This commit is contained in:
parent
831bc9eb1f
commit
c08dde3996
Binary file not shown.
@ -266,6 +266,7 @@ void DrillerEngine::loadAssetsFullGame() {
|
||||
}
|
||||
} else if (_renderMode == "ega") {
|
||||
loadBundledImages();
|
||||
_title = _border;
|
||||
file = gameDir.createReadStreamForMember("DRILLE.EXE");
|
||||
|
||||
if (file == nullptr)
|
||||
@ -277,6 +278,7 @@ void DrillerEngine::loadAssetsFullGame() {
|
||||
load8bitBinary(file, 0x9b40, 16);
|
||||
} else if (_renderMode == "cga") {
|
||||
loadBundledImages();
|
||||
_title = _border;
|
||||
file = gameDir.createReadStreamForMember("DRILLC.EXE");
|
||||
|
||||
if (file == nullptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user