X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fcsqc_constants.qh;h=d8906b12ba466a2f0bef24b191e4935e0e30a58e;hb=51c4ab5336d3887b618c13e5f566cf19636af951;hp=2ea1e746f7c60e12104563d3dd2751ff66bb2fcc;hpb=6e0735e995e35d56e60f8b816285077b7db0b155;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;