sprite.h
changeset 915 d845fe7cf6f2
parent 445 beafc0fb8f12
child 1477 9389baf2bf3c
equal deleted inserted replaced
914:4359607898f7 915:d845fe7cf6f2
    71 		DSG_OP_DIV,
    71 		DSG_OP_DIV,
    72 		DSG_OP_MOD,
    72 		DSG_OP_MOD,
    73 	} operation;
    73 	} operation;
    74 	byte add_val;
    74 	byte add_val;
    75 	byte divmod_val;
    75 	byte divmod_val;
    76 	
    76 
    77 	// And apply it to this:
    77 	// And apply it to this:
    78 	byte num_ranges;
    78 	byte num_ranges;
    79 	struct DeterministicSpriteGroupRange *ranges; // Dynamically allocated
    79 	struct DeterministicSpriteGroupRange *ranges; // Dynamically allocated
    80 
    80 
    81 	// Dynamically allocated, this is the sole owner
    81 	// Dynamically allocated, this is the sole owner