(svn r9707) -Codechange: Add some support for NewGRF var 7D, temporary storage array.
This commit is contained in:
@@ -60,6 +60,8 @@ enum DeterministicSpriteGroupAdjustOperation {
|
||||
DSGA_OP_AND, ///< a & b
|
||||
DSGA_OP_OR, ///< a | b
|
||||
DSGA_OP_XOR, ///< a ^ b
|
||||
DSGA_OP_STO, ///< store a into temporary storage, indexed by b. return a
|
||||
DSGA_OP_RST, ///< return b
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user