summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index d1216852..ade44adf 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -906,7 +906,6 @@ typedef struct
float jumpMagnitude;
int children[ 3 ];
- int timeToEvolve;
int value;
} classAttributes_t;
@@ -990,7 +989,7 @@ typedef struct
typedef struct
{
- char models[ MAX_QPATH ][ MAX_BUILDABLE_MODELS ];
+ char models[ MAX_BUILDABLE_MODELS ][ MAX_QPATH ];
vec3_t mins;
vec3_t maxs;