summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-07-06 17:56:57 +0300
committerMikko Tiusanen <ams@daug.net>2014-07-06 17:56:57 +0300
commit0afc9cdcc596eb0ad9b6630b95b2e55df7337030 (patch)
tree53a9f94836de9f697416fdedd06b0efc489e387c /src/game/g_local.h
parent595fbed7d45e2c1434217ae3a8f86510a56d79b9 (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.h2
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;
};