(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:
smatz
2009-06-01 11:49:46 +00:00
parent 580e478e4e
commit d091c7d80f
15 changed files with 24 additions and 80 deletions

View File

@@ -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;