From 855aa8beed41a93bd8a4aafcdd1660d3ceb7398b Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 25 Aug 2004 08:57:25 +0000 Subject: (svn r138) -Add: 64x64 stations are now nicely painted (increased size of parent_list) --- viewport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewport.c') diff --git a/viewport.c b/viewport.c index bc7f89d3d..a1d6614ed 100644 --- a/viewport.c +++ b/viewport.c @@ -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; -- cgit v1.2.3-54-g00ecf