mirror of https://github.com/OpenTTD/OpenTTD
(svn r138) -Add: 64x64 stations are now nicely painted (increased size of
parent_list)release/0.4.5
parent
7701b0a241
commit
855aa8beed
|
@ -1136,7 +1136,7 @@ void ViewportDoDraw(ViewPort *vp, int left, int top, int right, int bottom)
|
|||
DrawPixelInfo *old_dpi;
|
||||
|
||||
byte mem[VIEWPORT_DRAW_MEM];
|
||||
ParentSpriteToDraw *parent_list[1000];
|
||||
ParentSpriteToDraw *parent_list[6144];
|
||||
|
||||
_cur_vd = &vd;
|
||||
|
||||
|
|
Loading…
Reference in New Issue