diff options
Diffstat (limited to 'src/engine/e_snapshot.h')
| -rw-r--r-- | src/engine/e_snapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/e_snapshot.h b/src/engine/e_snapshot.h index 0a74b0dc..1396f6ee 100644 --- a/src/engine/e_snapshot.h +++ b/src/engine/e_snapshot.h @@ -70,7 +70,7 @@ int snapstorage_get(SNAPSTORAGE *ss, int tick, int64 *tagtime, SNAPSHOT **data); enum { - SNAPBUILD_MAX_ITEMS = 512 + SNAPBUILD_MAX_ITEMS = 1024*2 }; typedef struct SNAPBUILD |