diff options
Diffstat (limited to 'src/elements/clst.c')
| -rw-r--r-- | src/elements/clst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/clst.c b/src/elements/clst.c index 36046cd..8fe1a6c 100644 --- a/src/elements/clst.c +++ b/src/elements/clst.c @@ -27,7 +27,7 @@ int update_CLST(UPDATE_FUNC_ARGS) { continue; if ((r&0xFF)==PT_WATR && 1>(rand()%1500)) { - part_change_type(i,x,y,PT_PSTS); + part_change_type(i,x,y,PT_PSTS); kill_part(r>>8); } if ((r&0xFF)==PT_NITR) |
