X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsnapshot.h;fp=src%2Flibgame%2Fsnapshot.h;h=54ce381adda79421f8dfa7b273fc08c5d81a3c9b;hb=e73cc9fa0feac62a97f7bb0bf0346cdf2134c249;hp=44afa7b045bd2533a76fac1b0fba9916c0ec540b;hpb=17c77433b0e3b4c985fc4171ab240c1acb3a928a;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 {