From: "Thomas Arp" <t_arp@STOFANET.DK> > for (i = 0; i < top_of_p_table; i++) this should, of course, be for (i = 0; i <= top_of_p_table; i++) since top_of_p_table is the highest index of player_table (which indeed is top_of_p_table + 1 long). Welcor -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT