forked from github/server
Merge branch 'develop' of https://github.com/ennorehling/eressea into develop
This commit is contained in:
commit
291f2d7113
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -27,6 +27,7 @@ ipch/
|
|||
*~
|
||||
*.pyc
|
||||
*.bak
|
||||
*.swp
|
||||
bin/
|
||||
build*/
|
||||
*.log
|
||||
|
|
Binary file not shown.
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue