mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-01 12:10:06 +00:00
[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:
@@ -2,6 +2,7 @@
|
||||
|
||||
#define AEQUIP_COUNT 9
|
||||
#define AINVEN_COUNT 50
|
||||
#define AQINVEN_COUNT 50
|
||||
|
||||
#pragma pack(push)
|
||||
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
#define AEQUIP_COUNT 12
|
||||
#define AINVEN_COUNT 50
|
||||
#define AQINVEN_COUNT 50
|
||||
|
||||
#pragma pack(push)
|
||||
|
||||
|
Reference in New Issue
Block a user