X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqc_constants.qh;h=d8906b12ba466a2f0bef24b191e4935e0e30a58e;hb=7e81470d4e18121c8ea577752929e657c33494e2;hp=2ea1e746f7c60e12104563d3dd2751ff66bb2fcc;hpb=d271f27a5ac351a3a7b39636932f6d661492be1d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/csqc_constants.qh b/qcsrc/client/csqc_constants.qh index 2ea1e746f..d8906b12b 100644 --- a/qcsrc/client/csqc_constants.qh +++ b/qcsrc/client/csqc_constants.qh @@ -132,7 +132,7 @@ const int SOLID_CORPSE = 5; // same as SOLID_BBOX, except it behaves as SOLID_N const int MOVE_NORMAL = 0; // same as false const int MOVE_NOMONSTERS = 1; // same as true -const int MOVE_MISSILE = 2; // save as movement with .movetype == MOVETYPE_FLYMISSILE +const int MOVE_MISSILE = 2; // save as movement with .move_movetype == MOVETYPE_FLYMISSILE const int MOVE_HITMODEL = 4; const int MOVE_WORLDONLY = 3;