diff options
| author | jacob1 <jfu614@gmail.com> | 2013-02-20 23:36:00 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-02-20 23:36:00 (GMT) |
| commit | 74387040a1b616de6f744e4137cff72880b580d8 (patch) | |
| tree | 28dfecc66d1461beb49fd12a4ce2ff18f4a7df44 /src/simulation/Simulation.h | |
| parent | 6b909ede2a8ae5d8c39331070446c35df65f88b5 (diff) | |
| download | powder-74387040a1b616de6f744e4137cff72880b580d8.zip powder-74387040a1b616de6f744e4137cff72880b580d8.tar.gz | |
fix CRAY INST mode ignoring length, fix CRAY going ignoring walls, fix CRAY + GOL particles, allow CRAY to create sparks
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index e9a1504..fd65f82 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -138,6 +138,7 @@ public: TPT_NO_INLINE int try_move(int i, int x, int y, int nx, int ny); TPT_NO_INLINE int eval_move(int pt, int nx, int ny, unsigned *rr); void init_can_move(); + bool IsObsticle(int x, int y, int type); void create_cherenkov_photon(int pp); void create_gain_photon(int pp); TPT_NO_INLINE void kill_part(int i); |
