fix enum value for woodfall restoration (#769)

This commit is contained in:
Archez 2024-09-12 14:32:09 -04:00 committed by GitHub
parent 4d1ddff798
commit a5059beaeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ extern "C" {
}
typedef enum {
/* 2 */ BGBREAKWALL_F_2 = 3, // Poisoned Woodfall Mountain
/* 2 */ BGBREAKWALL_F_2 = 2, // Poisoned Woodfall Mountain
/* 3 */ BGBREAKWALL_F_3 = 3, // Spring Woodfall Mountain
} BgBreakwallParamEx;