X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=save.h;h=4424bd3446204baa2079d2439b6cd252c3673fce;hb=a109f126d8adab622e38fbcc2d4281e75255246a;hp=941dd12769f659f035748c3accf9e7ff98431bd8;hpb=c77e15a8dc7b976371a473bc8794cb55601d82f6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/save.h b/save.h index 941dd12..4424bd3 100644 --- a/save.h +++ b/save.h @@ -1,7 +1,7 @@ #ifndef SAVE_H #define SAVE_H -#include "vg/vg_stdint.h" +#include "vg/vg_platform.h" static const char *str_skaterift_main_save = "save.bkv"; static f64 skaterift_last_autosave = 0.0; @@ -13,7 +13,7 @@ struct savedata_group { u32 file_count; struct savedata_file { char path[128]; - u8 buf[1024]; + u8 buf[2048]; u32 len; } files[];