Fixed bug

This commit is contained in:
Rob Pearce 2008-10-30 01:15:34 +00:00
parent f80aee6e84
commit fbe003698b
1 changed files with 0 additions and 1 deletions

1
rc.c
View File

@ -1607,7 +1607,6 @@ void checkcollide(sprite_t *s) {
s->timer4 = ZAPPERTIME; s->timer4 = ZAPPERTIME;
s->zapping = s2; s->zapping = s2;
playfx(FX_ZAP); playfx(FX_ZAP);
oooooooooo
// monster dies // monster dies
if (s2->id == P_SNAIL) s2->id = P_SLUG; if (s2->id == P_SNAIL) s2->id = P_SLUG;