Decompile MapObject functions (#51)

* decompile MapObject

* fix regression

* match the remaining 4 functions
This commit is contained in:
Yanis
2026-04-16 13:27:46 +02:00
committed by GitHub
parent bcb6371074
commit 754eb10308
24 changed files with 563 additions and 149 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ public:
class MapObjectProfileSwitchStep_Base : public MapObjectProfile_Derived2 {
public:
/* 00 (base) */
/* D4 */ MapObjectProfile_D4 mUnk_D4;
/* D4 */ MapObject_10 mUnk_D4;
MapObjectProfileSwitchStep_Base(MapObjectId mapObjId) :
MapObjectProfile_Derived2(mapObjId, mapObjId) {}