mirror of
https://github.com/jason-e/rngfix.git
synced 2025-12-06 18:08:33 +00:00
Small typo
This commit is contained in:
parent
96991eadd5
commit
3aea927d8a
@ -48,7 +48,7 @@ int g_iLastGroundEnt[MAXPLAYERS+1];
|
|||||||
int g_iLastLandTick[MAXPLAYERS+1];
|
int g_iLastLandTick[MAXPLAYERS+1];
|
||||||
int g_iLastCollisionTick[MAXPLAYERS+1];
|
int g_iLastCollisionTick[MAXPLAYERS+1];
|
||||||
int g_iLastMapTeleportTick[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_vCollisionPoint[MAXPLAYERS+1][3];
|
||||||
float g_vCollisionNormal[MAXPLAYERS+1][3];
|
float g_vCollisionNormal[MAXPLAYERS+1][3];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user