- Added new powerup: bug zapper

- Fruits which are about to disappear now flash
This commit is contained in:
Rob Pearce 2008-10-30 01:14:30 +00:00
parent 39e709a635
commit f80aee6e84
1 changed files with 0 additions and 2 deletions

View File

@ -2652,8 +2652,6 @@ int randompowerup(void) {
int num;
num = rand() % 33;
return P_ZAPPOWERUP;
switch (num) {
case 0:
default: