summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 4778b51..30c5d15 100644
--- a/src/main.c
+++ b/src/main.c
@@ -118,8 +118,7 @@ int main(int argc, char **argv)
goto out;
}
- // team_* and info_* ents are kept only in the first part
- if (map_postprocess(&part, (input != inputs))) {
+ if (map_postprocess(&part)) {
map_free(&map);
map_free(&part);
goto out;