mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 13:09:15 +00:00
(svn r18253) -Codechange: Convert the linked list of loaded GRFFiles into a SmallVector.
This commit is contained in:
@@ -74,7 +74,6 @@ struct GRFFile {
|
||||
uint32 grfid;
|
||||
uint16 sprite_offset;
|
||||
byte grf_version;
|
||||
GRFFile *next;
|
||||
|
||||
/* A sprite group contains all sprites of a given vehicle (or multiple
|
||||
* vehicles) when carrying given cargo. It consists of several sprite
|
||||
|
Reference in New Issue
Block a user