]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qc
use the bigfont for killnotify; more font size snapping to prevent blurry fonts
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qc
index 2f3ec3b1744eaa7867499279891bf6acbed56904..d489955abd7a27be7f1f5e0054730c61383caf2e 100644 (file)
@@ -3134,6 +3134,8 @@ void HUD_Notify (void)
        if(!autocvar_hud_panel_notify && !autocvar__hud_configure)
                return;
 
        if(!autocvar_hud_panel_notify && !autocvar__hud_configure)
                return;
 
+       drawfont = hud_bigfont;
+
        active_panel = HUD_PANEL_NOTIFY;
        HUD_Panel_UpdateCvars(notify);
        vector pos, mySize;
        active_panel = HUD_PANEL_NOTIFY;
        HUD_Panel_UpdateCvars(notify);
        vector pos, mySize;
@@ -3424,6 +3426,8 @@ void HUD_Notify (void)
                        }
                }
        }
                        }
                }
        }
+
+       drawfont = hud_font;
 }
 
 // Timer (#5)
 }
 
 // Timer (#5)