mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
This commit is contained in:
@@ -67,7 +67,7 @@ static SpriteCache *AllocateSpriteCache(uint index)
|
||||
|
||||
struct MemBlock {
|
||||
size_t size;
|
||||
byte data[VARARRAY_SIZE];
|
||||
byte data[];
|
||||
};
|
||||
|
||||
static uint _sprite_lru_counter;
|
||||
|
Reference in New Issue
Block a user