diff -r cee64d137cc8 -r 238bbdaa228b town_cmd.c --- a/town_cmd.c Tue Dec 28 09:55:55 2004 +0000 +++ b/town_cmd.c Tue Dec 28 11:51:31 2004 +0000 @@ -63,7 +63,7 @@ /* Retrieve pointer to the draw town tile struct */ { /* this "randomizes" on the (up to) 4 variants of a building */ - byte gfx = _map2[ti->tile]; + byte gfx = (byte)_map2[ti->tile]; byte stage = _map3_lo[ti->tile] >> 6; uint variant; variant = ti->x >> 4;