]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix a stupid typo in warpzonelib
authorxonotic <xonotic@git.xonotic.org>
Tue, 23 Mar 2010 19:57:08 +0000 (20:57 +0100)
committerxonotic <xonotic@git.xonotic.org>
Tue, 23 Mar 2010 19:57:08 +0000 (20:57 +0100)
qcsrc/warpzonelib/server.qc

index d52b9749fd6a6d6b9c059881309145cadf68280a..7b4c09ccb7cb17a9ee2b16b47094e2c5b302e6d4 100644 (file)
@@ -402,7 +402,7 @@ void WarpZone_InitStep_FindTarget()
        if(self.target != "")
        {
                e2 = world;
-               for(e = world; (e = find(world, targetname, self.target)); )
+               for(e = world; (e = find(e, targetname, self.target)); )
                        if(!e.enemy)
                                if(random() * ++i < 1)
                                        e2 = e;