X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fanim%2Fkeyframe.qh;h=abf18de96fcc7598d9d8b100a8893c4a8f52a56b;hp=d21db6920bb198be95815379f4a7adc61c98de7b;hb=HEAD;hpb=d271f27a5ac351a3a7b39636932f6d661492be1d diff --git a/qcsrc/menu/anim/keyframe.qh b/qcsrc/menu/anim/keyframe.qh index d21db6920b..abf18de96f 100644 --- a/qcsrc/menu/anim/keyframe.qh +++ b/qcsrc/menu/anim/keyframe.qh @@ -5,9 +5,9 @@ CLASS(Keyframe, Animation) METHOD(Keyframe, addEasing, entity(entity, float, float, float(float, float, float, float))); METHOD(Keyframe, addAnim, void(entity, entity)); METHOD(Keyframe, calcValue, float(entity, float, float, float, float)); - ATTRIB(Keyframe, currentChild, entity, NULL) - ATTRIB(Keyframe, firstChild, entity, NULL) - ATTRIB(Keyframe, lastChild, entity, NULL) + ATTRIB(Keyframe, currentChild, entity); + ATTRIB(Keyframe, firstChild, entity); + ATTRIB(Keyframe, lastChild, entity); ENDCLASS(Keyframe) entity makeHostedKeyframe(entity, void(entity, float), float, float, float); entity makeKeyframe(entity, void(entity, float), float, float, float);