]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/autocvars.qh
Implement reverse thrusting with jetpack when crouching (disabled by default)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / autocvars.qh
index 314858780bf7f6917035c71a10c89f66e7bd7ecb..937a6e2a87b5e1fcc85a287ea5815b54c0265347 100644 (file)
@@ -197,6 +197,7 @@ float autocvar_g_jetpack_antigravity;
 int autocvar_g_jetpack_fuel;
 float autocvar_g_jetpack_maxspeed_side;
 float autocvar_g_jetpack_maxspeed_up;
+float autocvar_g_jetpack_reverse_thrust;
 #define autocvar_g_maplist cvar_string("g_maplist")
 bool autocvar_g_maplist_check_waypoints;
 int autocvar_g_maplist_index;