//
for (i=0;i<MAPHEIGHT;i++){
for (j=0;j<MAPWIDTH;j++){
Map[i][j]=TRUE;
}
}
for (x=0;x<MAPHEIGHT;x++){
for (y=0;y<MAPWIDTH;y++){
if (Map[x][y]==TRUE){
DrawBlock(y,x);
}
}
}
Any helps?
Thanks
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
Posted: Mon Nov 23, 2009 1:07 am
Two-dimensional arrays are generally working with PCH V3.xxx.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum