Rework RealSpriteGroup
commit280f99351363dfbacc2c7935d39cfeaa41f57f7c
authorcirdan <cirdansw@gmail.com>
Sat, 8 Jul 2017 13:42:44 +0000 (8 15:42 +0200)
committercirdan <cirdansw@gmail.com>
Sat, 8 Jul 2017 13:42:44 +0000 (8 15:42 +0200)
tree91e0ccdb3387733685e3f5b2d3442bff31b657d9
parent13209fd914d9022ef6dc2ff59a64e8ef818c06e7
Rework RealSpriteGroup

Rework RealSpriteGroup; in particular, remove its derivation from
ZeroedMemoryAllocator and use a flexible array for the actual
groups.
src/newgrf.cpp
src/newgrf_airport.cpp
src/newgrf_canal.cpp
src/newgrf_cargo.cpp
src/newgrf_engine.cpp
src/newgrf_generic.cpp
src/newgrf_railtype.cpp
src/newgrf_spritegroup.cpp
src/newgrf_spritegroup.h
src/newgrf_station.cpp