A simple grep on the conquer directory detected the following offending lines:
combat.c: for(i=0;i<MAPX;i++) for(j=0;j<MAPX;j++) occ[i][j]=0;
makeworld.c: if(i>=0&&j>=0&&i<MAPX&&j<MAPX)
move.c: for(x=0;x<MAPX;x++) for(y=0;y<MAPX;y++){
reports.c: for(xsctr=0;xsctr<MAPX;xsctr++) for(ysctr=0;ysctr<MAPX;ysctr++) if(sct[xsctr][ysctr].owner==country) {
reports.c: for(xsctr=0;xsctr<MAPX;xsctr++) for(ysctr=0;ysctr<MAPX;ysctr++) if(sct[xsctr][ysctr].owner==country) {
In each of these cases, the second MAPX should be replaced by MAPY.
There may be others (I only checked for double occurences of `MAPX' in a line).
--
Denis Fortin | for...@zap.UUCP
CAE Electronics Ltd | philabs!micomvax!zap!fortin
The opinions expressed above are my own | fortin%zap....@uunet.uu.net