Add dBgS_AttributeCode enum

This commit is contained in:
LagoLunatic
2023-12-02 15:05:50 -05:00
parent 5b0183182e
commit fdbb0225bf
6 changed files with 90 additions and 19 deletions
+2 -2
View File
@@ -4108,7 +4108,7 @@ BOOL daPy_lk_c::checkLavaFace(cXyz* param_1, int attributeCode) {
}
}
if (attributeCode == 6) {
if (attributeCode == dBgS_Attr_LAVA_e) {
if (param_1) {
current.pos.y = m35D4;
}
@@ -4117,7 +4117,7 @@ BOOL daPy_lk_c::checkLavaFace(cXyz* param_1, int attributeCode) {
} else {
return dProcLavaDamage_init();
}
} else if (attributeCode == 8) {
} else if (attributeCode == dBgS_Attr_VOID_e) {
startRestartRoom(5, 0xC9, -1.0f, 0);
}