]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change type of Q3 entity disabling key variables to bool
authorbones_was_here <bones_was_here@yahoo.com.au>
Fri, 10 Jul 2020 10:59:32 +0000 (20:59 +1000)
committerbones_was_here <bones_was_here@yahoo.com.au>
Fri, 10 Jul 2020 10:59:32 +0000 (20:59 +1000)
qcsrc/server/compat/quake3.qc

index dc1d2eaa7aaab3731790707e5b09b6b4666ded4d..5d9a47d79e6ba6a4d145393064688597eb88a13d 100644 (file)
@@ -255,10 +255,10 @@ spawnfunc(target_fragsFilter)
 
 // CTF spawnfuncs handled in mutators/gamemode_ctf.qc now
 
-.float notteam;
-.float notsingle;
-.float notfree;
-.float notta;
+.bool notteam;
+.bool notsingle;
+.bool notfree;
+.bool notta;
 .string gametype;
 bool DoesQ3ARemoveThisEntity(entity this)
 {