diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/newgrf.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 80268a750..c27807625 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -2207,7 +2207,8 @@ static void NewSpriteGroup(byte *buf, int len) break; } - case GSF_TOWNHOUSE: { + case GSF_TOWNHOUSE: + case GSF_INDUSTRYTILES: { byte sprites = _cur_grffile->spriteset_numents; byte num_sprites = max((uint8)1, type); uint i; |