forked from github/server
write the id in the CR
This commit is contained in:
parent
0f06356d70
commit
fde26f97ea
1 changed files with 1 additions and 0 deletions
|
@ -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]) {
|
||||
|
|
Loading…
Reference in a new issue