d_a_andsw2 OK

This commit is contained in:
LagoLunatic
2023-09-11 15:45:08 -04:00
parent 7afd21aba2
commit aa37c40fa8
6 changed files with 244 additions and 46 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ public:
const cXyz& getPosition() const { return current.pos; }
cXyz* getPositionP() { return &current.pos; }
const csXyz& getAngle() const { return current.angle; }
s8 getRoomNo() const { return current.roomNo; }
int getRoomNo() const { return current.roomNo; }
}; // Size: 0x290
STATIC_ASSERT(sizeof(fopAc_ac_c) == 0x290);