In this part:


Code:
// how big is our map?
mapW = map1[0].length;
mapH = map1.length;

was mapH supposed to be mapH = map1[J].length; ?


just wondering, since I hadn't seen "J" defined in the initial code.


-genesis f5