build system revision
[carveJwlIkooP6JGAAIwe30JlM.git] / save.h
diff --git a/save.h b/save.h
index 941dd12769f659f035748c3accf9e7ff98431bd8..4424bd3446204baa2079d2439b6cd252c3673fce 100644 (file)
--- 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[];