diff --git a/src/common/gamecode/creport.c b/src/common/gamecode/creport.c index 4649c0eee..fa471902f 100644 --- a/src/common/gamecode/creport.c +++ b/src/common/gamecode/creport.c @@ -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]) {