From f23ddf06cf9898bdef05874c19321f1c44287272 Mon Sep 17 00:00:00 2001 From: lzwdgc Date: Fri, 16 Feb 2024 01:25:55 +0300 Subject: [PATCH] [mmo2] Guess some fields. --- src/common/mmo2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/mmo2.h b/src/common/mmo2.h index ea484ee..d71d054 100644 --- a/src/common/mmo2.h +++ b/src/common/mmo2.h @@ -18,7 +18,7 @@ struct mmo_storage2 { // in the other mech cargo uint32_t type; uint32_t n_mechs; - char org_ru[0x70]; + char comment[0x70]; }; struct map_good { char name[0x20]; @@ -66,10 +66,10 @@ struct mmo_storage2 { mech_group o = s; switch (o.type) { - case 0: + case 0: // alive case 1: { - uint32_t unk0 = s; // road id? - float unk1 = s; // height? + uint32_t sector_id = s; // road id? or sector id + float height = s; // height? } break; case 2: { std::vector t; // current path?