diff --git a/src/roadveh_gui.cpp b/src/roadveh_gui.cpp index d4a634f95e..33f29576d2 100644 --- a/src/roadveh_gui.cpp +++ b/src/roadveh_gui.cpp @@ -145,6 +145,8 @@ static void RoadVehDetailsWndProc(Window *w, WindowEvent *e) if (!first) strecat(capacity, ", ", lastof(capacity)); strecat(capacity, buffer, lastof(capacity)); + + first = false; } }