Name/rename functions in LegoCharacterManager (#982)

* Name/rename functions in LegoCharacterManager

* Name flag
This commit is contained in:
Christian Semmler
2024-06-01 12:45:34 -04:00
committed by GitHub
parent 375ac29b9b
commit 23e5ad7d15
16 changed files with 206 additions and 206 deletions

View File

@@ -14,16 +14,16 @@ class Vector3;
class LegoEntity : public MxEntity {
public:
enum Type {
e_character = 0,
e_actor = 0,
e_unk1,
e_plant,
e_building,
e_unk4
e_autoROI
};
enum {
c_bit1 = 0x01,
c_bit2 = 0x02
c_managerOwned = 0x02
};
enum {