(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:
@@ -12,7 +12,7 @@ class Blitter_32bppOptimized : public Blitter_32bppSimple {
|
||||
public:
|
||||
struct SpriteData {
|
||||
uint32 offset[ZOOM_LVL_COUNT][2];
|
||||
byte data[VARARRAY_SIZE];
|
||||
byte data[];
|
||||
};
|
||||
|
||||
/* virtual */ void Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom);
|
||||
|
Reference in New Issue
Block a user