]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qh
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / onslaught.qh
index c863e2f71fb264d25ba52809ad1f2edaa87d59ad..bfd26c2d21d2ecc1562c8c422c852d51c9ee017a 100644 (file)
@@ -5,10 +5,16 @@ REGISTER_NET_LINKED(ENT_CLIENT_CONTROLPOINT_ICON)
 
 #ifdef SVQC
 IntrusiveList g_onsshields;
-STATIC_INIT(g_onsshields) { g_onsshields = IL_NEW(); }
+STATIC_INIT(g_onsshields)
+{
+       g_onsshields = IL_NEW();
+}
 #endif
 
 #ifdef CSQC
 IntrusiveList g_onsgenerators;
-STATIC_INIT(g_onsgenerators) { g_onsgenerators = IL_NEW(); }
+STATIC_INIT(g_onsgenerators)
+{
+       g_onsgenerators = IL_NEW();
+}
 #endif