From 0e8ec1edbc4a70767832a4f7d7b8caa2d57cb123 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 9 Jul 2015 17:39:37 +1000 Subject: [PATCH] Boolerize Physics_Valid --- qcsrc/server/cl_physics.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/cl_physics.qc b/qcsrc/server/cl_physics.qc index 14747d156..8bc8660dc 100644 --- a/qcsrc/server/cl_physics.qc +++ b/qcsrc/server/cl_physics.qc @@ -41,7 +41,7 @@ .float spectatorspeed; // client side physics -float Physics_Valid(string thecvar) +bool Physics_Valid(string thecvar) { if(!autocvar_g_physics_clientselect) { return false; } -- 2.39.2