summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ac72abf..84affe0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1462,6 +1462,7 @@ int main(int argc, char *argv[])
fire_bg = calloc(XRES*YRES, PIXELSIZE);
prepare_alpha();
+ player[2] = player2[2] = PT_DUST;
sprintf(ppmfilename, "%s.ppm", argv[2]);
sprintf(ptifilename, "%s.pti", argv[2]);