From: Rudolf Polzer Date: Thu, 5 Apr 2012 14:40:43 +0000 (+0200) Subject: fix a stupid typo X-Git-Tag: xonotic-v0.7.0~345 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c1c815b2bf2d50141c06abd0a55e708278dcec24;p=xonotic%2Fxonotic-data.pk3dir.git fix a stupid typo --- diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index d4a8a38de..6072652cd 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -2,10 +2,10 @@ // BEGIN REQUIRED CSQC FUNCTIONS //include "main.qh" -.entity clearentity_ent; +entity clearentity_ent; void clearentity(entity e) { - if(!clearentity_ent) + if not(clearentity_ent) { clearentity_ent = spawn(); clearentity_ent.classname = "clearentity";