]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile error
authorMario <mario.mario@y7mail.com>
Sun, 26 May 2013 15:32:54 +0000 (01:32 +1000)
committerMario <mario.mario@y7mail.com>
Sun, 26 May 2013 15:32:54 +0000 (01:32 +1000)
qcsrc/server/mutators/gamemode_freezetag.qc

index 675a4822fefeb65f1ed465f7a554a5f2ca79895e..14a8a6b37ef7fbceb6fbf8f0f4aa881ce03e8358 100644 (file)
@@ -519,7 +519,7 @@ MUTATOR_HOOKFUNCTION(freezetag_GetTeamCount)
 
 MUTATOR_HOOKFUNCTION(freezetag_VehicleTouch)
 {
-       if(other.freezetag_frozen)
+       if(other.frozen)
                return TRUE;
                
        return FALSE;