mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +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:
+1
-1
@@ -12,7 +12,7 @@ struct Sprite {
|
||||
uint16 width;
|
||||
int16 x_offs;
|
||||
int16 y_offs;
|
||||
byte data[VARARRAY_SIZE];
|
||||
byte data[];
|
||||
};
|
||||
|
||||
extern uint _sprite_cache_size;
|
||||
|
||||
Reference in New Issue
Block a user