Added missing tiles

This commit is contained in:
Rob Pearce 2008-11-22 22:34:39 +00:00
parent bf457a5d52
commit fd9c8a7f78
3 changed files with 2 additions and 0 deletions

BIN
data/newtiles/clothbg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

BIN
data/newtiles/ktilebg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

View File

@ -3093,6 +3093,8 @@ int randompowerup(void) {
int num; int num;
num = rand() % 41; num = rand() % 41;
return P_CANNONPOWERUP;
switch (num) { switch (num) {
case 0: case 0:
default: default: