]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_lights.qc
Tidy up the setorigin calls a little
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_lights.qc
index 98f2c436392d63f181412115892f6f9c87062ff9..849ba535836e39522cd0dfa500d0c56b4b77a341 100644 (file)
@@ -65,7 +65,7 @@ void dynlight_find_path(entity this)
 
        targ = find(world, targetname, this.target);
        this.target = targ.target;
-       setorigin (this, targ.origin);
+       setorigin(this, targ.origin);
        setthink(this, train_next);
        this.nextthink = time + 0.1;
 }
@@ -97,7 +97,7 @@ spawnfunc(dynlight)
        this.lefty = this.light_lev;
        this.use = dynlight_use;
        setsize (this, '0 0 0', '0 0 0');
-       setorigin (this, this.origin);
+       setorigin(this, this.origin);
        //this.pflags = PFLAGS_FULLDYNAMIC;
        this.solid = SOLID_NOT;
        //this.blocked = func_null;