]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qc
GetProgramCommandPrefix() -- allows me to have enhanced usage and such
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qc
index 69fde0f99d368d17901b2b5cae2634896bae6424..5e7845bbc4f3c42d80cb06a5e006df8af2330c17 100644 (file)
@@ -2162,6 +2162,7 @@ entity ReadCSQCEntity()
        return findfloat(world, entnum, f);
 }
 #endif
+
 float shutdown_running;
 #ifdef SVQC
 void SV_Shutdown()
@@ -2183,4 +2184,4 @@ void m_shutdown()
                Shutdown();
        }
        cvar_settemp_restore(); // this must be done LAST, but in any case
-}
\ No newline at end of file
+}