diff options
Diffstat (limited to 'source/cl_local.h')
-rw-r--r-- | source/cl_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_local.h b/source/cl_local.h index 2ef0e80..1c81af2 100644 --- a/source/cl_local.h +++ b/source/cl_local.h @@ -81,7 +81,7 @@ typedef struct { int number; int delta; - byte areabits[MAX_MAP_AREAS / 8]; + byte areabits[MAX_MAP_AREA_BYTES]; int areabytes; player_state_t ps; |