d_s_play OK, work on d_a_ykgr (#2035)

This commit is contained in:
hatal175
2024-01-18 01:19:10 +02:00
committed by GitHub
parent 772a04851c
commit f97fc769df
32 changed files with 580 additions and 1512 deletions
+1
View File
@@ -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;
+2
View File
@@ -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 */