From 1caa0f7fb7f1d2fc44fcec0201a53a491b0fda05 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 24 Jun 2007 20:06:10 +0000 Subject: (svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119. --- src/landscape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/landscape.cpp') diff --git a/src/landscape.cpp b/src/landscape.cpp index 61a9a1a8e..698ba9f4a 100644 --- a/src/landscape.cpp +++ b/src/landscape.cpp @@ -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; -- cgit v1.2.3-54-g00ecf