]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove forgotten ReadByte (part of previous commit)
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 4 Jan 2012 16:00:16 +0000 (18:00 +0200)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Wed, 4 Jan 2012 16:00:16 +0000 (18:00 +0200)
qcsrc/client/gibs.qc

index 1bceca152afb6a11f6e60001565bd0ec5ab74b55..38ca07e7f358aae4ef2a4aca797be1376c2893ca 100644 (file)
@@ -162,7 +162,6 @@ void Ent_GibSplash(float isNew)
 
        type = ReadByte(); // gibbage type
        amount = ReadByte() / 16.0; // gibbage amount
-       entnumber = ReadByte(); // player num
        org_x = ReadShort() * 4 + 2;
        org_y = ReadShort() * 4 + 2;
        org_z = ReadShort() * 4 + 2;