X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmodels%2Fmodel.qh;h=7a1e7d73c2a471c802a1cf496d9a68e15c0d49e9;hb=cf7d70cea2066703aad74fce5931e635471904f3;hp=7f20dc00478d3474f3d0c6a84178db1c8535497a;hpb=af71335a8e418edc55126a63aa65afd9353f413c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/models/model.qh b/qcsrc/common/models/model.qh index 7f20dc004..7a1e7d73c 100644 --- a/qcsrc/common/models/model.qh +++ b/qcsrc/common/models/model.qh @@ -3,8 +3,8 @@ #define setmodel(e, m) _setmodel((e), (m).model_str()) CLASS(Model, Object) - ATTRIB(Model, m_id, int, 0) - ATTRIB(Model, model_str, string(), func_null) + ATTRIB(Model, m_id, int, 0); + ATTRIB(Model, model_str, string()); CONSTRUCTOR(Model, string() path) { CONSTRUCT(Model);