X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Frubble.qc;h=3a0d3430d53870c3357eba564bb6adb9da9a2898;hb=b683bf23a495d3b1b3f6df3bda75bfe0f069ab05;hp=5af2e235070f7c5d7b63f2fc3d30353f0f206cfd;hpb=18302817d7f0cb0ba74398200da5e400ffc1b9a4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/rubble.qc b/qcsrc/client/rubble.qc index 5af2e2350..3a0d3430d 100644 --- a/qcsrc/client/rubble.qc +++ b/qcsrc/client/rubble.qc @@ -45,9 +45,8 @@ void RubbleLimit(string cname, float limit, void() deleteproc) entity RubbleNew(string cname) { - entity e; // spawn a new entity and return it - e = spawn(); + entity e = spawn(); e.classname = cname; e.creationtime = time; return e;