From d23f616e9f2a381c6431d8374d52fe13f5ad5052 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 13 May 2009 16:52:51 +0000 Subject: (svn r16296) -Codechange: silence some ICC warnings --- src/table/unmovable_land.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/unmovable_land.h') diff --git a/src/table/unmovable_land.h b/src/table/unmovable_land.h index 05fd44546..32a28e926 100644 --- a/src/table/unmovable_land.h +++ b/src/table/unmovable_land.h @@ -8,7 +8,7 @@ static const DrawTileSeqStruct _draw_tile_transmitterlighthouse_data[] = { }; #define TILE_SEQ_LINE(sz, img) { 0, 0, 0, 16, 16, sz, {img, PAL_NONE} }, -#define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, {0, 0} } +#define TILE_SEQ_END() { (int8)0x80, 0, 0, 0, 0, 0, {0, 0} } static const DrawTileSeqStruct _unmovable_display_nothing[] = { TILE_SEQ_END() -- cgit v1.2.3-54-g00ecf