FREESCAPE: added border image for space station oblivion and make sure it is loaded

This commit is contained in:
neuromancer 2022-10-19 20:16:51 +02:00 committed by Eugene Sandulenko
parent 831bc9eb1f
commit c08dde3996
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -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)