]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/config.qc
Compact 2 macros
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / config.qc
index bf34d53208ae701375bdfef1bd3d8d41b5abf44e..f9ff6739310e02a6dd66181bca2d3561dd71590c 100644 (file)
@@ -48,7 +48,8 @@ void Dump_Weapon_Settings()
                        it.m_name,
                        ((it.spawnflags & WEP_FLAG_MUTATORBLOCKED) ? " (MUTATOR WEAPON)" : "")
                ));
-               for (int x = 0; x <= WEP_CONFIG_COUNT; ++x) { WEP_CONFIG_WRITETOFILE(config_queue[x]); }
+               for (int x = 0; x <= WEP_CONFIG_COUNT; ++x)
+                       WEP_CONFIG_WRITETOFILE(config_queue[x]);
                WEP_CONFIG_WRITETOFILE("// }}}\n");
 
                // step 5: debug info