]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_edict.c
added an easteregg (v_psycho), thanks to Zinx Verituse and Ben Winslow for the origin...
[xonotic/darkplaces.git] / prvm_edict.c
index 5aa1d6af158f12d58511922791f5eb2dde98431d..45f17c610dbca203da877c79b7c69c187521a41d 100644 (file)
@@ -1134,7 +1134,7 @@ void PRVM_ED_LoadFromFile (const char *data)
                }
 
 //
-// immediately call spawn function, but only if there is a self global
+// immediately call spawn function, but only if there is a self global and a classname
 //
                if(prog->self && prog->flag & PRVM_FE_CLASSNAME)
                {