diff options
Diffstat (limited to 'src/elements/pcln.c')
| -rw-r--r-- | src/elements/pcln.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elements/pcln.c b/src/elements/pcln.c index 38af102..7b1df20 100644 --- a/src/elements/pcln.c +++ b/src/elements/pcln.c @@ -39,4 +39,5 @@ int update_PCLN(UPDATE_FUNC_ARGS) { create_part(-1, x+rand()%3-1, y+rand()%3-1, parts[i].ctype); } } + return 0; } |
