]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/dpdefs/progsdefs.qc
Unify boolean constants
[xonotic/xonotic-data.pk3dir.git] / qcsrc / dpdefs / progsdefs.qc
index c25d4ef45ebb49d1f0395cb00a64343cd57d507b..02616873ca2c918bebb4803006cb03ca9db03fdf 100644 (file)
@@ -432,9 +432,9 @@ void() coredump                                             = #28;          // prints all edicts
 void() traceon                                         = #29;          // turns statment trace on
 void() traceoff                                                = #30;
 void(entity e) eprint                          = #31;          // prints an entire edict
-float(float yaw, float dist) walkmove  = #32;  // returns TRUE or FALSE
+float(float yaw, float dist) walkmove  = #32;  // returns true or false
 // #33 was removed
-float() droptofloor= #34;      // TRUE if landed on floor
+float() droptofloor= #34;      // true if landed on floor
 void(float style, string value) lightstyle = #35;
 float(float v) rint                                    = #36;          // round to nearest int
 float(float v) floor                           = #37;          // largest integer <= v