VarAction2: Fix loads of temporary variable 0 not being tracked
This commit is contained in:
@@ -1856,7 +1856,7 @@ static bool CheckDeterministicSpriteGroupOutputVarBits(const DeterministicSprite
|
|||||||
/* Unpredictable load */
|
/* Unpredictable load */
|
||||||
bits.set();
|
bits.set();
|
||||||
}
|
}
|
||||||
if (adjust.variable == 0x7D && adjust.parameter) {
|
if (adjust.variable == 0x7D) {
|
||||||
bits.set(adjust.parameter & 0xFF, true);
|
bits.set(adjust.parameter & 0xFF, true);
|
||||||
}
|
}
|
||||||
if (adjust.variable == 0x7E) {
|
if (adjust.variable == 0x7E) {
|
||||||
|
Reference in New Issue
Block a user