]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/csqcmodel/cl_model.qc
add EF_TELEPORT_BIT support too
[xonotic/xonotic-data.pk3dir.git] / qcsrc / csqcmodel / cl_model.qc
index 791205bb33f4a7807889ab5942e1d9ce35c455e3..e5bf9c54a4223a523d5f5ece6f9d60997dce1f32 100644 (file)
@@ -176,6 +176,9 @@ void CSQCModel_Read()
        ALLPROPERTIES
 #undef PROPERTY_SCALED
 #undef PROPERTY
+
+       if(sf & PROPERTY_TELEPORTED)
+               self.iflags |= IFLAG_TELEPORTED;
        
        CSQCModel_InterpolateAnimation_Note(sf);
        InterpolateOrigin_Note();