Mercurial > hg > openttd
diff src/station_cmd.cpp @ 7659:03747e97c53b draft
(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 30 Sep 2007 19:33:40 +0000 |
parents | 58283aa94bde |
children | b2ca338938ed |
line wrap: on
line diff
--- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -2115,7 +2115,7 @@ HASBIT(_transparent_opt, TO_BUILDINGS) ); } else { - AddChildSpriteScreen(image, pal, dtss->delta_x, dtss->delta_y); + AddChildSpriteScreen(image, pal, dtss->delta_x, dtss->delta_y, HASBIT(_transparent_opt, TO_BUILDINGS)); } } }