summaryrefslogtreecommitdiff
path: root/include/d/save
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2024-01-18 01:19:10 +0200
committerGitHub <noreply@github.com>2024-01-17 15:19:10 -0800
commitf97fc769df40a69b12ca9b28be389b236400dcdb (patch)
treeb701ad324df1a5958ee5ca1560dc9b78d10efc20 /include/d/save
parent772a04851cd945cc28f6651ca03c177899dec631 (diff)
d_s_play OK, work on d_a_ykgr (#2035)
Diffstat (limited to 'include/d/save')
-rw-r--r--include/d/save/d_save.h1
-rw-r--r--include/d/save/d_save_HIO.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/include/d/save/d_save.h b/include/d/save/d_save.h
index a81b6c93dd..31569a7e42 100644
--- a/include/d/save/d_save.h
+++ b/include/d/save/d_save.h
@@ -509,6 +509,7 @@ public:
void set(const char* i_name, const cXyz& i_pos, s16 i_angle, s8 i_spawn, u8 i_regionNo);
bool isFieldDataExistFlag() const { return mFieldDataExistFlag; }
+ void offFieldDataExistFlag() { mFieldDataExistFlag = false; }
private:
/* 0x00 */ cXyz mPos;
diff --git a/include/d/save/d_save_HIO.h b/include/d/save/d_save_HIO.h
index 032fed4d21..3239bb29d8 100644
--- a/include/d/save/d_save_HIO.h
+++ b/include/d/save/d_save_HIO.h
@@ -228,4 +228,6 @@ public:
STATIC_ASSERT(sizeof(dSvBit_HIO_c) == 0x4A0);
+extern dSvBit_HIO_c g_save_bit_HIO;
+
#endif /* D_SAVE_D_SAVE_HIO_H */