VarAction2: Fix loads of temporary variable 0 not being tracked

pull/642/head
Jonathan G Rennison 4 months ago
parent b49a38bf6c
commit 000ae23eb2

@ -1856,7 +1856,7 @@ static bool CheckDeterministicSpriteGroupOutputVarBits(const DeterministicSprite
/* Unpredictable load */
bits.set();
}
if (adjust.variable == 0x7D && adjust.parameter) {
if (adjust.variable == 0x7D) {
bits.set(adjust.parameter & 0xFF, true);
}
if (adjust.variable == 0x7E) {

Loading…
Cancel
Save