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/os
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.
6 months ago
..
macosx Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 6 months ago
unix Codechange: pass std::string references to OpenBrowser 7 months ago
windows Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 6 months ago
CMakeLists.txt Remove: OS/2 port 1 year ago