diff options
| author | cracker64 <cracker642@gmail.com> | 2013-02-28 17:37:16 (GMT) |
|---|---|---|
| committer | cracker64 <cracker642@gmail.com> | 2013-02-28 17:37:16 (GMT) |
| commit | 5873d6958641af21b92fcb039d26c336331f19e7 (patch) | |
| tree | a334e74d7cf79726f5c0a411515bed801ee0333f /src/simulation/elements/BIZR.cpp | |
| parent | c65081d3ed44a97cea0f41a63e9ec07cf0feb5f2 (diff) | |
| download | powder-5873d6958641af21b92fcb039d26c336331f19e7.zip powder-5873d6958641af21b92fcb039d26c336331f19e7.tar.gz | |
Going through again.
Diffstat (limited to 'src/simulation/elements/BIZR.cpp')
| -rw-r--r-- | src/simulation/elements/BIZR.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BIZR.cpp b/src/simulation/elements/BIZR.cpp index f2327de..1df678b 100644 --- a/src/simulation/elements/BIZR.cpp +++ b/src/simulation/elements/BIZR.cpp @@ -82,7 +82,7 @@ int Element_BIZR::update(UPDATE_FUNC_ARGS) } } } - if(((r = sim->photons[y][x])&0xFF)==PT_PHOT) + if(((r = sim->photons[y][x])&0xFF)==PT_PHOT)//this should be in movement checks? { sim->part_change_type(r>>8, x, y, PT_ELEC); parts[r>>8].ctype = 0; |
