]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix a stupid typo
authorRudolf Polzer <divverent@xonotic.org>
Thu, 5 Apr 2012 14:40:43 +0000 (16:40 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 5 Apr 2012 14:40:43 +0000 (16:40 +0200)
qcsrc/client/Main.qc

index d4a8a38deb66917117976e65d44a2e9d12995024..6072652cd92b845b9d91ddaec16aed26cca39251 100644 (file)
@@ -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";