From 0c95c33da026bfe939c400a74120f3d33cd26262 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sat, 23 Jul 2016 12:34:11 -0400 Subject: [PATCH] reorder deco tool IDs (to match my mod for tptmp) --- src/simulation/SimulationData.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/simulation/SimulationData.h b/src/simulation/SimulationData.h index 192cf0b81..2364dc4c8 100644 --- a/src/simulation/SimulationData.h +++ b/src/simulation/SimulationData.h @@ -65,12 +65,12 @@ #define SPC_AIR 256 #define DECO_DRAW 0 -#define DECO_ADD 1 -#define DECO_SUBTRACT 2 -#define DECO_MULTIPLY 3 -#define DECO_DIVIDE 4 -#define DECO_SMUDGE 5 -#define DECO_CLEAR 6 +#define DECO_CLEAR 1 +#define DECO_ADD 2 +#define DECO_SUBTRACT 3 +#define DECO_MULTIPLY 4 +#define DECO_DIVIDE 5 +#define DECO_SMUDGE 6 //Old IDs for GOL types #define GT_GOL 78