diff --git a/src/v_video.cpp b/src/v_video.cpp index 23bd5f8cf..e574e81fb 100644 --- a/src/v_video.cpp +++ b/src/v_video.cpp @@ -2680,6 +2680,8 @@ void V_ScaledWordWrap( for (; ( c = newstring[i] ); ++i) { + right = 0; + switch (c) { case '\n':