diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-07-06 17:56:57 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-07-06 17:56:57 +0300 |
commit | 0afc9cdcc596eb0ad9b6630b95b2e55df7337030 (patch) | |
tree | 53a9f94836de9f697416fdedd06b0efc489e387c /src/game/g_local.h | |
parent | 595fbed7d45e2c1434217ae3a8f86510a56d79b9 (diff) |
Fixed auto g_teamForceBalance = 2 handling.
Fixed colors in certain commands.
Correct message now displayed in slap.
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; }; |