POV-Ray : Newsgroups : povray.bugreports : crash : crash Server Time: 7 Jul 2008 00:43:29 GMT
  crash  
From: Pierrick
Date: 10 Oct 2001 10:34:15
#declare size_x = 30;
#declare size_y = 30;

#declare maze = array [size_x] [size_y]

#declare py = 0;
#while (py < size_y)
  #declare px = 0;
  #while (px < size_x)
    #declare maze [px] [py] = 1;
    #declare px = px + 1;
  #end
  #declare py = py + 1;
#end


it crashes Pov3.5b5. I was thinking about a memory problem, but a 30x30 table isn't so
big...


* help *

Pierrick


Post a reply to this message

Copyright 1991-2004 POV-Team™