]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
remove some more dead code
[xonotic/darkplaces.git] / common.c
index 7440cc6ccfc1d996507d527f3a338c5265e89cf1..3c34b7e5b69a285c59c83b1b0d704cb1de04f2e8 100644 (file)
--- a/common.c
+++ b/common.c
@@ -742,7 +742,6 @@ int COM_Wordwrap(const char *string, size_t length, float continuationWidth, flo
                {
                        case 0: // end of string
                                result += processLine(passthroughPL, startOfLine, cursor - startOfLine, spaceUsedInLine, isContinuation);
-                               isContinuation = false;
                                goto out;
                        case '\n': // end of line
                                result += processLine(passthroughPL, startOfLine, cursor - startOfLine, spaceUsedInLine, isContinuation);