]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
index d2b225765ab4aea6c596693aa776cb290a4eb291..7da989492fab22e1c3682dcf57f6d4d5d0da21c0 100644 (file)
@@ -349,8 +349,8 @@ HUD_PANELS(HUD_PANEL)
        HUD_Panel_GetBorder();                                                                                          \
 } while(0)
 
-const float NOTIFY_MAX_ENTRIES = 10;
-const float NOTIFY_ICON_MARGIN = 0.02;
+const int NOTIFY_MAX_ENTRIES = 10;
+const int NOTIFY_ICON_MARGIN = 0.02;
 
 int notify_index;
 int notify_count;