]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/notifications.qh
#includes: cleanup client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / notifications.qh
index 043ec38b92acdd04e0b95819e7d5acfc8aa47421..6c6aa0f8248ea959c06bd97e970e69e574dfee4a 100644 (file)
@@ -939,4 +939,6 @@ ACCUMULATE_FUNCTION(RegisterNotifications, RegisterNotifications_First)
 #include "notifications.inc"
 ACCUMULATE_FUNCTION(RegisterNotifications, RegisterNotifications_Done)
 
+STATIC_INIT(RegisterNotifications) { CALL_ACCUMULATED_FUNCTION(RegisterNotifications); }
+
 #endif