]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Bump WAYPOINT_VERSION to 1.04
authorterencehill <piuntn@gmail.com>
Wed, 24 Jul 2019 20:59:58 +0000 (22:59 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 24 Jul 2019 20:59:58 +0000 (22:59 +0200)
qcsrc/server/bot/default/waypoints.qh

index b418030294faddb2901c158e5e1459ea2d72aec5..25356446a4d1c05d40ece80c5e6f81f64cbfab7e 100644 (file)
@@ -6,7 +6,7 @@
 // increase by 0.01 when changes require only waypoint relinking
 // increase by 1 when changes require to manually edit waypoints
 // max 2 decimal places, always specified
-const float WAYPOINT_VERSION = 1.03;
+const float WAYPOINT_VERSION = 1.04;
 float waypoint_version_loaded;
 string waypoint_time;