added saving missions

This commit is contained in:
kamilprzyb
2020-09-13 20:45:51 +02:00
committed by dongresource
parent de15e2004b
commit c7189a5cef
6 changed files with 71 additions and 8 deletions

View File

@@ -62,6 +62,7 @@ namespace Database {
int z_coordinates;
int angle;
short int PCState;
std::vector<char> QuestFlag;
};