diff options
| author | oy <Tom_Adams@web.de> | 2011-01-18 18:09:09 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-01-18 18:09:09 +0100 |
| commit | 8cdabb890f2967d74e801ff090beff454322a81b (patch) | |
| tree | aa57cf629ab1f72c21dec83bfa5fa3a56a5268a7 /src/engine/shared/snapshot.h | |
| parent | 0b14286c7f4accc1e38e0c84269d0c50b165a679 (diff) | |
| download | zcatch-8cdabb890f2967d74e801ff090beff454322a81b.tar.gz zcatch-8cdabb890f2967d74e801ff090beff454322a81b.zip | |
fixed that the server crashes on too many snap items (Closes #317), optimised snapshot hashing
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]; |