summaryrefslogtreecommitdiff
path: root/src/part.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/part.c')
-rw-r--r--src/part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part.c b/src/part.c
index c2d684d..86e17f9 100644
--- a/src/part.c
+++ b/src/part.c
@@ -1,7 +1,7 @@
#include "entityimpl.h"
#include <stdlib.h>
-IMPL_INIT(part) {
+IMPL_INIT(part, 0) {
this->width = this->height = 1 + rand() % 2;
this->ignore_solids = true;
this->part.life = 30 + rand() % 10;