reorder deco tool IDs (to match my mod for tptmp)

This commit is contained in:
jacob1
2016-07-23 12:34:11 -04:00
parent 2b15024818
commit 0c95c33da0

View File

@@ -65,12 +65,12 @@
#define SPC_AIR 256 #define SPC_AIR 256
#define DECO_DRAW 0 #define DECO_DRAW 0
#define DECO_ADD 1 #define DECO_CLEAR 1
#define DECO_SUBTRACT 2 #define DECO_ADD 2
#define DECO_MULTIPLY 3 #define DECO_SUBTRACT 3
#define DECO_DIVIDE 4 #define DECO_MULTIPLY 4
#define DECO_SMUDGE 5 #define DECO_DIVIDE 5
#define DECO_CLEAR 6 #define DECO_SMUDGE 6
//Old IDs for GOL types //Old IDs for GOL types
#define GT_GOL 78 #define GT_GOL 78