Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/entity.cc')
-rw-r--r--src/core/entity.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/entity.cc b/src/core/entity.cc
index 70d3a4f..a53f8b8 100644
--- a/src/core/entity.cc
+++ b/src/core/entity.cc
@@ -247,8 +247,7 @@ void Entity::print() const
print_header();
// print entity flags
- con_print << " flags ^B";
-
+ con_print << " flags ^B";
if (has_flag(NonSolid)) {
con_print << " nonsolid";
}
@@ -264,6 +263,7 @@ void Entity::print() const
if (has_flag(KeepAlive)) {
con_print << " keepalive";
}
+ con_print << std::endl;
}
void Entity::print_header() const