/* amiconf.h needs to be the last nested #include of config.h because
'make depend' will turn it into a comment, hiding anything after it */
#ifdef AMIGA
-/*#include "amiconf.h"*/
+#include "amiconf.h"
#endif
/* Displayable name of this port; don't redefine if defined in *conf.h */
Fprintf(ofp, "\nint total_tiles_used = %d,\n", laststatuetile + 1);
Fprintf(ofp, "%sTile_corr = %d,\n", indent, TILE_corr); /* X11 references it */
Fprintf(ofp, "%sTile_stone = %d,\n", indent, TILE_stone);
- Fprintf(ofp, "%sTile_unexplored = %d;\n\n", indent, TILE_unexplored);
+ Fprintf(ofp, "%sTile_unexplored = %d;\n", indent, TILE_unexplored);
+ Fprintf(ofp, "%smaxmontile = %d;\n", indent, lastmontile);
+ Fprintf(ofp, "%smaxobjtile = %d;\n", indent, lastobjtile);
+ Fprintf(ofp, "%smaxothtile = %d;\n\n", indent, lastothtile);
Fprintf(ofp,
"/* glyph, ttychar, { color, symidx, ovidx, glyphflags, tileidx} */\n");
Fprintf(ofp, "const glyph_info nul_glyphinfo = { \n");