write the id in the CR

This commit is contained in:
Enno Rehling 2008-04-22 22:09:39 +00:00
parent 0f06356d70
commit fde26f97ea
1 changed files with 1 additions and 0 deletions

View File

@ -1328,6 +1328,7 @@ report_computer(const char * filename, report_context * ctx, const char * charse
#endif
else fprintf(F, "REGION %d %d %d\n", region_x(r, f), region_y(r, f), r->planep->id);
}
fprintf(F, "\"%d\";id\n", r->uid);
if (r->land) {
const char * str = rname(r, f->locale);
if (str && str[0]) {