Re: Help with Mapedit.txt

From: Shane P. Lee (tacodog21@yahoo.com)
Date: 03/25/02


>        } else if (y == 0 && x >= 1 && x < 21) {
>          map[x][y] = '|';


Have you tried increasing it one more space? Like this:

        } else if (y == 0 && x >= 1 && x < 22) {
                                           ^^

I don't know if it will work or not, but maybe it's worth
a shot...


-FIRE

=====
**************************************
 * "Mommy! Make the bad man go away!" *
 **************************************

__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

--
   +---------------------------------------------------------------+
   | 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