diff options
Diffstat (limited to 'src/engine/shared/snapshot.h')
| -rw-r--r-- | src/engine/shared/snapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/shared/snapshot.h b/src/engine/shared/snapshot.h index abd25a72..34c3a548 100644 --- a/src/engine/shared/snapshot.h +++ b/src/engine/shared/snapshot.h @@ -114,7 +114,7 @@ class CSnapshotBuilder { enum { - MAX_ITEMS = 1024*2 + MAX_ITEMS = 1024 }; char m_aData[CSnapshot::MAX_SIZE]; |