diff --git a/plugins/dwarfvet.cpp b/plugins/dwarfvet.cpp index a51b8cb83..8ca2fe0d3 100644 --- a/plugins/dwarfvet.cpp +++ b/plugins/dwarfvet.cpp @@ -198,7 +198,7 @@ void AnimalHospital::reportUsage(color_ostream &out) { if (spot) out.print("X"); else out.print("-"); length_cursor--; - if (length_cursor < 0) { + if (length_cursor <= 0) { out.print("\n"); length_cursor = this->length; }