LILLIPUT: Some more renaming in the sequence manager
This commit is contained in:
parent
ea29c2356f
commit
397a94bc62
3 changed files with 27 additions and 29 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue