OpenTTD/src/spriteloader
Peter Nelson b85ecf9ac2
Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580)
Add `SpriteLoader::SpriteCollection` type which is an array of `SpriteLoad::Sprite`.

This removes the ambiguity of what `SpriteLoader::Sprite *` is pointing to,
and cleans up mismatches using both dereference -> and array access [] for the
same object.
2023-12-20 20:38:21 +00:00
..
CMakeLists.txt
grf.cpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 2023-12-20 20:38:21 +00:00
grf.hpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 2023-12-20 20:38:21 +00:00
sprite_file_type.hpp
sprite_file.cpp
spriteloader.hpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 2023-12-20 20:38:21 +00:00