X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsnapshot.h;h=54ce381adda79421f8dfa7b273fc08c5d81a3c9b;hb=25c22434b11938e230719d6f73df4ed7813570be;hp=44afa7b045bd2533a76fac1b0fba9916c0ec540b;hpb=abbfd55ce4b52675ea8c97b5114129ed9466b35e;p=rocksndiamonds.git diff --git a/src/libgame/snapshot.h b/src/libgame/snapshot.h index 44afa7b0..54ce381a 100644 --- a/src/libgame/snapshot.h +++ b/src/libgame/snapshot.h @@ -16,8 +16,10 @@ #include "misc.h" +#define SNAPSHOT_MEMORY_DEFAULT (512 * 1024 * 1024) + /* needed for comfortably saving engine snapshot buffers */ -#define ARGS_ADDRESS_AND_SIZEOF(x) (&(x)), (sizeof(x)) +#define ARGS_ADDRESS_AND_SIZEOF(x) (&(x)), (sizeof(x)) struct SnapshotNodeInfo {