X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcsqcmodellib%2Fcl_model.qc;fp=qcsrc%2Fcsqcmodellib%2Fcl_model.qc;h=e04b92ecc8d81f1a587a9959e3e135d97303ba67;hb=c636881bbdcb86e9562b0d03f5fc2f2cf297c854;hp=30292852200dd75b39641b964d7b672389e97123;hpb=ad8f3ce1398d7fa2204c0282b1d0f84838ca0e92;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/csqcmodellib/cl_model.qc b/qcsrc/csqcmodellib/cl_model.qc index 302928522..e04b92ecc 100644 --- a/qcsrc/csqcmodellib/cl_model.qc +++ b/qcsrc/csqcmodellib/cl_model.qc @@ -203,7 +203,7 @@ void CSQCModel_Draw() void CSQCModel_Read(float isnew) { float sf; - sf = ReadShort(); + sf = ReadInt24_t(); // some nice flags for CSQCMODEL_IF and the hooks local noref float isplayer = (self.entnum >= 1 && self.entnum <= maxclients);