[WIP] Incremental mission save 2

This commit (and the previous one) exist to document the first approach I
took to storing mission data. It's only here for posterity. This comment
was added while rebasing.
This commit is contained in:
2020-09-10 15:01:35 +02:00
parent ae654f996c
commit 3665dc2c93
7 changed files with 147 additions and 62 deletions

View File

@@ -2,6 +2,7 @@
#define AEQUIP_COUNT 9
#define AINVEN_COUNT 50
#define AQINVEN_COUNT 50
#pragma pack(push)

View File

@@ -2,6 +2,7 @@
#define AEQUIP_COUNT 12
#define AINVEN_COUNT 50
#define AQINVEN_COUNT 50
#pragma pack(push)