(svn r23887) -Feature: [NewGRF] Support for container version 2.
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
|
||||
/** Sprite loader for graphics coming from a (New)GRF. */
|
||||
class SpriteLoaderGrf : public SpriteLoader {
|
||||
byte container_ver;
|
||||
public:
|
||||
SpriteLoaderGrf(byte container_ver) : container_ver(container_ver) {}
|
||||
bool LoadSprite(SpriteLoader::Sprite *sprite, uint8 file_slot, size_t file_pos, SpriteType sprite_type);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user