diff options
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 1c223033..a96d9a71 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -1575,6 +1575,9 @@ static void UI_DrawInfoPane( tremInfoPane_t *pane, rectDef_t *rect, float text_x textItem.textscale = scale; textItem.textStyle = textStyle; + textItem.enableCvar = NULL; + textItem.cvarTest = NULL; + //hack to utilise existing autowrap code Item_Text_AutoWrapped_Paint( &textItem ); } |