fix a missing break

This commit is contained in:
Bill Currie 2003-03-17 07:14:03 +00:00
parent 432559543a
commit e1715ca331
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ ammo_touch =
case 2: // spikes case 2: // spikes
if (other.ammo_nails >= 200) if (other.ammo_nails >= 200)
return; return;
break;
other.ammo_nails = other.ammo_nails + self.aflag; other.ammo_nails = other.ammo_nails + self.aflag;
case 3: // rockets case 3: // rockets
if (other.ammo_rockets >= 100) if (other.ammo_rockets >= 100)