diff --git a/Source/hu_stuff.c b/Source/hu_stuff.c index 18622536..257aace7 100644 --- a/Source/hu_stuff.c +++ b/Source/hu_stuff.c @@ -1305,6 +1305,7 @@ void HU_Drawer(void) } // transfer the init string to the widget + hud_weapstr[i] = '\0'; s = hud_weapstr; while (*s) HUlib_addCharToTextLine(&w_weapon, *s++);