mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
GOB: mention usage of memory hack in Adi 4
This commit is contained in:
parent
66fb942aa1
commit
f7f61d483c
@ -1233,7 +1233,7 @@ void Inter_v7::o7_getFreeMem(OpFuncParams ¶ms) {
|
||||
uint16 maxFreeVar = _vm->_game->_script->readVarIndex();
|
||||
|
||||
// HACK, with a higher value than o2_getFreeMem (16M vs 1M)
|
||||
// This unlocks a nicer intro music in Adibou2
|
||||
// This unlocks a nicer intro music in Adibou2/Adi4
|
||||
WRITE_VAR_OFFSET(freeVar , 16000000);
|
||||
WRITE_VAR_OFFSET(maxFreeVar, 16000000);
|
||||
WRITE_VAR(16, _vm->_game->_script->getVariablesCount() * 4);
|
||||
|
Loading…
Reference in New Issue
Block a user