From: bones_was_here Date: Fri, 10 Jul 2020 10:59:32 +0000 (+1000) Subject: Change type of Q3 entity disabling key variables to bool X-Git-Tag: xonotic-v0.8.5~352^2~84 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fbc1d6eb4bc15ad33f8eb5bfdf1558568883ef02;p=xonotic%2Fxonotic-data.pk3dir.git Change type of Q3 entity disabling key variables to bool --- diff --git a/qcsrc/server/compat/quake3.qc b/qcsrc/server/compat/quake3.qc index dc1d2eaa7..5d9a47d79 100644 --- a/qcsrc/server/compat/quake3.qc +++ b/qcsrc/server/compat/quake3.qc @@ -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) {