diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 179144c..ab19a54 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -470,7 +470,7 @@ struct gclient_s int lastCrushTime; // Tyrant crush int notrackEndTime; // Time when the current no track period ends - int blobs; + int blobs; }; |