diff options
Diffstat (limited to 'src/elements/plut.c')
| -rw-r--r-- | src/elements/plut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/plut.c b/src/elements/plut.c index 738e29d..cbc9b7b 100644 --- a/src/elements/plut.c +++ b/src/elements/plut.c @@ -1,4 +1,4 @@ -#include <powder.h> +#include <element.h> int update_PLUT(UPDATE_FUNC_ARGS) { if (1>rand()%100 && ((int)(5.0f*pv[y/CELL][x/CELL]))>(rand()%1000)) |
