viewport.c
changeset 137 73f897e1bf4a
parent 133 321532e90bc8
child 152 c3964b43943e
--- a/viewport.c	Wed Aug 25 08:55:53 2004 +0000
+++ b/viewport.c	Wed Aug 25 08:57:25 2004 +0000
@@ -1136,7 +1136,7 @@
 	DrawPixelInfo *old_dpi;
 
 	byte mem[VIEWPORT_DRAW_MEM];
-	ParentSpriteToDraw *parent_list[1000];
+	ParentSpriteToDraw *parent_list[6144];
 
 	_cur_vd = &vd;