]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Crylink "not a spike" error: output more detail
authorRudolf Polzer <divverent@xonotic.org>
Thu, 7 Jul 2011 19:25:17 +0000 (21:25 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 7 Jul 2011 19:25:17 +0000 (21:25 +0200)
qcsrc/server/w_crylink.qc

index 2db4d6e843eeff9b88fe5689021b3987c1e97919..d2284f856703f3d00ac189fbbea6866bdee4cbfa 100644 (file)
@@ -17,7 +17,7 @@ void W_Crylink_CheckLinks(entity e)
        if(e == world)
                error("W_Crylink_CheckLinks: entity is world");
        if(e.classname != "spike")
-               error("W_Crylink_CheckLinks: entity is not a spike");
+               error(sprintf("W_Crylink_CheckLinks: entity is not a spike but a %s (freed: %d)", e.classname, wasfreed(e)));
 
        p = e;
        for(i = 0; i < 1000; ++i)