Improve Sand under Cactus

This commit is contained in:
Andre Schweiger 2015-12-27 19:46:09 +01:00
parent f05e9079d4
commit b94447ce3a
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -591,6 +591,7 @@ void renderTile(int i, int x, int y) {
0xFF383838);
break;
case TILE_CACTUS:
renderTile(TILE_SAND, x, y);
render16(x, y, 48, 0, 0);
break;
case TILE_FLOWER: