From 3aea927d8a3ee5297b4988dd03df641edf1dbf8b Mon Sep 17 00:00:00 2001 From: rio Date: Sun, 7 Oct 2018 21:17:07 -0500 Subject: [PATCH] Small typo --- plugin/scripting/rngfix.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/scripting/rngfix.sp b/plugin/scripting/rngfix.sp index 8dd042c..2227bf9 100644 --- a/plugin/scripting/rngfix.sp +++ b/plugin/scripting/rngfix.sp @@ -48,7 +48,7 @@ int g_iLastGroundEnt[MAXPLAYERS+1]; int g_iLastLandTick[MAXPLAYERS+1]; int g_iLastCollisionTick[MAXPLAYERS+1]; int g_iLastMapTeleportTick[MAXPLAYERS+1]; -int g_bMapTeleportedSequentialTicks[MAXPLAYERS+1]; +bool g_bMapTeleportedSequentialTicks[MAXPLAYERS+1]; float g_vCollisionPoint[MAXPLAYERS+1][3]; float g_vCollisionNormal[MAXPLAYERS+1][3];