diff options
Diffstat (limited to 'ZAPD/ZRoom/Commands/SetMesh.h')
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetMesh.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ZAPD/ZRoom/Commands/SetMesh.h b/ZAPD/ZRoom/Commands/SetMesh.h index c0f15da..b2779ae 100644 --- a/ZAPD/ZRoom/Commands/SetMesh.h +++ b/ZAPD/ZRoom/Commands/SetMesh.h @@ -44,8 +44,8 @@ protected: class RoomShapeImageMultiBgEntry : public ZResource { public: - uint16_t unk_00; - uint8_t id; + uint16_t unk_00 = 0; + uint8_t id = 0; segptr_t source; uint32_t unk_0C; uint32_t tlut; @@ -141,7 +141,7 @@ public: class SetMesh : public ZRoomCommand { public: - uint8_t data; + uint8_t data = 0; uint8_t meshHeaderType; std::shared_ptr<PolygonTypeBase> polyType; |
