VarAction2: Detect and replace reverse subtract via temp storage
This commit is contained in:
@@ -168,6 +168,7 @@ enum DeterministicSpriteGroupAdjustOperation {
|
||||
DSGA_OP_SGE, ///< (signed) a >= b ? 1 : 0,
|
||||
DSGA_OP_SLE, ///< (signed) a <= b ? 1 : 0,
|
||||
DSGA_OP_SGT, ///< (signed) a > b ? 1 : 0,
|
||||
DSGA_OP_RSUB, ///< b - a
|
||||
|
||||
DSGA_OP_SPECIAL_END,
|
||||
};
|
||||
|
Reference in New Issue
Block a user