From: terencehill Date: Wed, 24 Jul 2019 20:59:58 +0000 (+0200) Subject: Bump WAYPOINT_VERSION to 1.04 X-Git-Tag: xonotic-v0.8.5~1356^2~15 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1360fcdfa2ed733ccda22b2974c3e1bafd20c93c;p=xonotic%2Fxonotic-data.pk3dir.git Bump WAYPOINT_VERSION to 1.04 --- diff --git a/qcsrc/server/bot/default/waypoints.qh b/qcsrc/server/bot/default/waypoints.qh index b418030294..25356446a4 100644 --- a/qcsrc/server/bot/default/waypoints.qh +++ b/qcsrc/server/bot/default/waypoints.qh @@ -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;