GNAP: Remove or rephrase a couple of notes

This commit is contained in:
Strangerke 2016-05-21 00:16:59 +02:00
parent bd2008f985
commit 8a94670516
2 changed files with 1 additions and 4 deletions

View File

@ -683,8 +683,7 @@ void GnapEngine::loadStockDat() {
if (!_isStockDatLoaded) {
_isStockDatLoaded = true;
_dat->open(1, "stock_n.dat");
//createMenuSprite();
// NOTE Skipped preloading of data
// The pre-loading of data is skipped as it's no longer required on modern hardware
}
}

View File

@ -69,8 +69,6 @@ void Scene01::updateHotspots() {
}
void Scene01::run() {
// NOTE Removed _s01_dword_474380 which was set when the mud was taken
// which is also set in the global game flags.
GameSys& gameSys = *_vm->_gameSys;
PlayerGnap& gnap = *_vm->_gnap;
PlayerPlat& plat = *_vm->_plat;