one last thing

This commit is contained in:
petrie911
2024-04-25 14:48:25 -06:00
committed by Lywx
parent 48f1be277c
commit bc092f2e7f
+2 -2
View File
@@ -142,8 +142,8 @@ std::string MakeScriptCmd(uint16_t s1, uint16_t s2) {
cmd << "EVENT_SET_REVERB(" << std::dec << s2;
break;
case 119: {
auto groundtype = VALUE_TO_ENUM(s2, "GroundType", "GROUNDTYPE_UNK");
cmd << "EVENT_SET_GROUND(" << groundtype;
auto groundtype = VALUE_TO_ENUM(s2, "GroundSurface", "SURFACE_UNK");
cmd << "EVENT_SET_SURFACE(" << groundtype;
} break;
case 120: {
auto rcidName = VALUE_TO_ENUM(arg1, "RadioCharacterId", "RCID_UNK");