mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 00:49:11 +00:00
(svn r138) -Add: 64x64 stations are now nicely painted (increased size of
parent_list)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user