summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-05-28 20:44:07 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-29 12:35:00 (GMT)
commit5e414e64dcb41df0621ac35ffe53c13233469356 (patch)
treea6015e0b495a7d061f7e7b9cbe6608935a2e3275 /src/main.c
parenta2c171fbf91e024767ecb8a800a3d7ec13e5d611 (diff)
downloadpowder-5e414e64dcb41df0621ac35ffe53c13233469356.zip
powder-5e414e64dcb41df0621ac35ffe53c13233469356.tar.gz
Fix WIND decoration, and reset dcolour in create_part
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index e53c6ae..9524c26 100644
--- a/src/main.c
+++ b/src/main.c
@@ -989,7 +989,7 @@ int parse_save(void *save, int size, int replace, int x0, int y0, unsigned char
// Replace invisible particles with something sensible and add decoration to hide it
x = (int)(parts[i-1].x+0.5f);
y = (int)(parts[i-1].y+0.5f);
- parts[i-1].dcolour = 0x010101;
+ parts[i-1].dcolour = 0xFF000000;
parts[i-1].type = PT_DMND;
}
}