Removed debugging

This commit is contained in:
Rob Pearce 2008-10-26 21:11:06 +00:00
parent 840e8b1475
commit da87a44e2c
1 changed files with 0 additions and 2 deletions

View File

@ -2568,8 +2568,6 @@ int randompowerup(void) {
int num; int num;
num = rand() % 31; num = rand() % 31;
return P_TAP;
switch (num) { switch (num) {
case 0: case 0:
default: default: