Skip to content

Commit

Permalink
reorder deco tool IDs (to match my mod for tptmp)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jul 23, 2016
1 parent 2b15024 commit 0c95c33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/simulation/SimulationData.h
Expand Up @@ -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
Expand Down

0 comments on commit 0c95c33

Please sign in to comment.