You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/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.
9 months ago
..
CMakeLists.txt
grf.cpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 9 months ago
grf.hpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 9 months ago
sprite_file.cpp
sprite_file_type.hpp
spriteloader.hpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 9 months ago