]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications.qh
Use int and bool in minigame code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications.qh
index 0a81a2c653e2a827907cf24711d46884109d8ecf..d3a19d4c8ec6b9e58634c2997539d730d9886f4b 100644 (file)
@@ -1473,7 +1473,7 @@ float notif_global_error;
 .string nent_iconargs;
 #define MULTIICON_INFO(default,name,strnum,flnum,args,hudargs,iconargs,icon,normal,gentle) \
     NOTIF_ADD_AUTOCVAR(name, default) \
-    float name; \
+    int name; \
     void RegisterNotification_##name() \
     { \
         SET_FIELD_COUNT(name, NOTIF_FIRST, NOTIF_INFO_COUNT) \