diff options
Diffstat (limited to 'src/client/ascii.c')
-rw-r--r-- | src/client/ascii.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/ascii.c b/src/client/ascii.c index 3c1cfaa..c973523 100644 --- a/src/client/ascii.c +++ b/src/client/ascii.c @@ -104,7 +104,6 @@ static void TH_DrawLayoutString(char *dst, const char *s) x = 0; y = 0; - width = 3; while (s) { token = COM_Parse(&s); |