From 787ae313812f0a385f3cec9216fa0e67df148ca7 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Thu, 13 Apr 2017 11:30:00 +0000 Subject: fix a bunch of C-specific programming errors detected by Clang --- src/game/bg_public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/bg_public.h') 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; -- cgit