summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2017-04-13 11:30:00 +0000
committer/dev/humancontroller <devhc@example.com>2017-04-15 17:24:16 +0200
commit787ae313812f0a385f3cec9216fa0e67df148ca7 (patch)
tree1a237cba93c991aa09280b2765a23a41179a91ab /src/game/bg_public.h
parent979776bf1d7319218d84dd488ed69a45a854dce1 (diff)
fix a bunch of C-specific programming errors
detected by Clang
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 817b7aa..cbb2def 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -1014,7 +1014,7 @@ typedef struct
int meansOfDeath;
int team;
- weapon_t buildWeapon;
+ int buildWeapon;
int idleAnim;