diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-05 00:16:57 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 15:33:54 (GMT) |
| commit | d159467b63b930958930f252b208ecb7e959ad97 (patch) | |
| tree | 72c3a3934b8826c951ec6b55236c7bc6bff4a6cf /src/simulation/Simulation.h | |
| parent | f19f393e227e9158aced5ecd73dcb621e8d84569 (diff) | |
| download | powder-d159467b63b930958930f252b208ecb7e959ad97.zip powder-d159467b63b930958930f252b208ecb7e959ad97.tar.gz | |
LOLZ and LOVE work again
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index ba9fa1a..98c5025 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -117,6 +117,12 @@ public: int pretty_powder; int sandcolour; int sandcolour_frame; + static int loverule[9][9]; + bool ISLOVE; + int love[XRES/9][YRES/9]; + static int lolzrule[9][9]; + bool ISLOLZ; + int lolz[XRES/9][YRES/9]; int Load(GameSave * save); int Load(int x, int y, GameSave * save); @@ -204,6 +210,7 @@ public: Simulation(); ~Simulation(); }; + //#endif #endif /* SIMULATION_H_ */ |
