LILLIPUT: Some more renaming in the sequence manager

This commit is contained in:
Strangerke 2018-04-02 10:13:59 +02:00
parent ea29c2356f
commit 397a94bc62
3 changed files with 27 additions and 29 deletions

View file

@ -3032,7 +3032,7 @@ void LilliputScript::OC_setRulesBuffer2Element() {
byte var1 = _currScript->readUint16LE() & 0xFF;
assert((index >= 0) && (index < 40));
_vm->_rulesBuffer2_10[index] = var1;
_vm->_characterMobility[index] = var1;
}
void LilliputScript::OC_setDebugFlag() {