| 279 | } |
| 280 | |
| 281 | static void IndustryDrawBubbleGenerator( const TileInfo *ti) |
| 282 | { |
| 283 | if (IsIndustryCompleted(ti->tile)) { |
| 284 | AddChildSpriteScreen(SPR_IT_BUBBLE_GENERATOR_BUBBLE, PAL_NONE, 5, _industry_anim_offs_bubbles[GetAnimationFrame(ti->tile)]); |
| 285 | } |
| 286 | AddChildSpriteScreen(SPR_IT_BUBBLE_GENERATOR_SPRING, PAL_NONE, 3, 67); |
| 287 | } |
| 288 | |
| 289 | static void IndustryDrawToyFactory(const TileInfo *ti) |
| 290 | { |
nothing calls this directly
no test coverage detected