]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/warpzone/common.qc
Tidy up classnames
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / warpzone / common.qc
index 830c56de65f0cca4834131760898e93b9a148006..af0e7ef9454b1d325a6ad80866917bedab05a80e 100644 (file)
@@ -778,8 +778,7 @@ void WarpZone_RefSys_Copy(entity me, entity from)
 }
 entity WarpZone_RefSys_SpawnSameRefSys(entity me)
 {
-       entity e;
-       e = spawn();
+       entity e = spawn();
        WarpZone_RefSys_Copy(e, me);
        return e;
 }