diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2024-07-27 07:51:12 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2024-07-27 07:51:12 -0700 |
| commit | 2b4fcbeceecc73668f4b4f25d140ca912ecae1c4 (patch) | |
| tree | 6902382ab235110ae977e6fc17cd3878bb6ed956 /src/d/d_map.cpp | |
| parent | 63aecb61663273ca72da00723462c1ed23369375 (diff) | |
build fix
Diffstat (limited to 'src/d/d_map.cpp')
| -rw-r--r-- | src/d/d_map.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/d_map.cpp b/src/d/d_map.cpp index 4f2fa0c9..885418d9 100644 --- a/src/d/d_map.cpp +++ b/src/d/d_map.cpp @@ -199,8 +199,8 @@ void dMap_RoomInfo_c::init(dMap_RoomInfo_c* prev, int p2) { field_0x20 = 0.0f; field_0x24 = 0.0f; field_0x8c.init(NULL, NULL, 0.0f, 0.0f, 0, 0, 0, 0, 1.0f, 1.0f, 0); - field_0x44.field_0x0[0] = 0; - field_0x30.init(1, &field_0x44); + field_0x44[0].field_0x0[0] = 0; + field_0x30.init(1, &field_0x44[0]); m_next = NULL; mStageMapInfoP = NULL; if (prev != NULL) @@ -244,8 +244,8 @@ BOOL dMap_RoomInfo_c::deleteRoom() { field_0x28 = 0.0f; field_0x2c = 0.0f; field_0x8c.init(NULL, NULL, 0.0f, 0.0f, 0, 0, 0, 0, 1.0f, 1.0f, 0); - field_0x44.field_0x0[0] = 0; - field_0x30.init(1, &field_0x44); + field_0x44[0].field_0x0[0] = 0; + field_0x30.init(1, &field_0x44[0]); return TRUE; } |
