(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119.

This commit is contained in:
rubidium
2007-06-24 20:06:10 +00:00
parent b17b9351dd
commit 1caa0f7fb7
3 changed files with 6 additions and 5 deletions

View File

@@ -252,7 +252,7 @@ void DrawFoundation(TileInfo *ti, uint f)
if (f < 15) {
/* leveled foundation
* Use the original slope sprites if NW and NE borders should be visible */
if (sprite_base == SPR_SLOPES_BASE - 15) sprite_base = SPR_FOUNDATION_BASE;
if (sprite_base == SPR_SLOPES_BASE - 15) sprite_base = SPR_FOUNDATION_BASE;
AddSortableSpriteToDraw(sprite_base + f, PAL_NONE, ti->x, ti->y, 16, 16, 7, ti->z);
ti->z += TILE_HEIGHT;