Merge branch 'develop' of https://github.com/ennorehling/eressea into develop

This commit is contained in:
Enno Rehling 2019-01-13 19:19:06 +01:00
commit 291f2d7113
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -27,6 +27,7 @@ ipch/
*~
*.pyc
*.bak
*.swp
bin/
build*/
*.log

Binary file not shown.

View file

@ -2173,6 +2173,7 @@ report_plaintext(const char *filename, report_context * ctx,
newline(out);
report_travelthru(out, r, f);
}
newline(out);
if (wants_stats && r->seen.mode >= seen_travel) {
if (r->land || r->seen.mode >= seen_unit) {