Better name for LegoActorLOD's flags (#1537)

This commit is contained in:
Fabian Neundorf
2025-06-02 23:21:12 +02:00
committed by GitHub
parent f48dd8c912
commit b4fb9f3a15
3 changed files with 16 additions and 15 deletions

View File

@@ -31,8 +31,8 @@ struct LegoActorInfo {
// SIZE 0x58
struct LegoActorLOD {
enum {
c_flag1 = 0x01,
c_flag2 = 0x02
c_useTexture = 0x01,
c_useColor = 0x02
};
const char* m_name; // 0x00