1
0
Fork 0

(svn r138) -Add: 64x64 stations are now nicely painted (increased size of

parent_list)
release/0.4.5
truelight 2004-08-25 08:57:25 +00:00
parent 7701b0a241
commit 855aa8beed
1 changed files with 1 additions and 1 deletions

View File

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