diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-04 03:44:59 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 15:52:53 (GMT) |
| commit | 774bc08c2cad7919573543d711eee826e26f670d (patch) | |
| tree | 795545ca3f1b933002984fe49b943f2598a1f1b1 /src/simulation/elements/LOLZ.cpp | |
| parent | d159467b63b930958930f252b208ecb7e959ad97 (diff) | |
| download | powder-774bc08c2cad7919573543d711eee826e26f670d.zip powder-774bc08c2cad7919573543d711eee826e26f670d.tar.gz | |
Move LOLZ/LOVE Rule tables into more appropriate location (element file)
Diffstat (limited to 'src/simulation/elements/LOLZ.cpp')
| -rw-r--r-- | src/simulation/elements/LOLZ.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/simulation/elements/LOLZ.cpp b/src/simulation/elements/LOLZ.cpp index 4ab9c61..a5e8371 100644 --- a/src/simulation/elements/LOLZ.cpp +++ b/src/simulation/elements/LOLZ.cpp @@ -46,6 +46,20 @@ Element_LOLZ::Element_LOLZ() } +//#TPT-Directive ElementHeader Element_LOLZ static int RuleTable[9][9] +int Element_LOLZ::RuleTable[9][9] = +{ + {0,0,0,0,0,0,0,0,0}, + {1,0,0,0,0,0,1,0,0}, + {1,0,0,0,0,0,1,0,0}, + {1,0,0,1,1,0,0,1,0}, + {1,0,1,0,0,1,0,1,0}, + {1,0,1,0,0,1,0,1,0}, + {0,1,0,1,1,0,0,1,0}, + {0,1,0,0,0,0,0,1,0}, + {0,1,0,0,0,0,0,1,0}, +}; + //#TPT-Directive ElementHeader Element_LOLZ static int update(UPDATE_FUNC_ARGS) int Element_LOLZ::update(UPDATE_FUNC_ARGS) { |
