summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorBryan Hoyle <starfoxprime@gmail.com>2011-08-12 16:08:12 (GMT)
committer Bryan Hoyle <starfoxprime@gmail.com>2011-08-12 16:08:12 (GMT)
commit345c183ee344c227c386221e49a094c62cf9799b (patch)
tree0bf826e83ddec66c52c69a2f5a1ad159a726fec0 /src/main.c
parent8824bcc6095704a2295423775e5dd6213cd4284d (diff)
parentf1908bab0c5e63e051382a54a2868124d267721c (diff)
downloadpowder-345c183ee344c227c386221e49a094c62cf9799b.zip
powder-345c183ee344c227c386221e49a094c62cf9799b.tar.gz
Merge remote branch 'origin/master'
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 e403b3d..ab564eb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -714,7 +714,7 @@ int parse_save(void *save, int size, int replace, int x0, int y0, unsigned char
j = PT_DUST;//goto corrupt;
}
gol[x][y]=0;
- if (j)// && !(player[27] == 1 && j==PT_STKM))
+ if (j && !(player[27] == 1 && j==PT_STKM) && !(player2[27] == 1 && j==PT_STKM2)) //Don't comment this, it's needed
{
if (pmap[y][x] && (pmap[y][x]>>8)<NPART)
{