diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-31 21:22:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-31 21:22:55 +0200 |
| commit | 82f54b2f075e7f6612b80edf52b37bb6377e0d49 (patch) | |
| tree | 93550aa10732bc050088b5773ce3ea0d09f6e0dc /src/54_Scoop | |
| parent | 8ad6359c7d3c7afcbddd7d450b7fa4b9764255b6 (diff) | |
EquipBombchu (#131)
* Map symbol in Game
* EquipBombchu 12%
* EquipBombchu 53%
* EquipBombchu 71%
* configure: Don't verify dsd version if `--dsd` specified
* EquipBombchu 89%
* Fix regression
Diffstat (limited to 'src/54_Scoop')
| -rw-r--r-- | src/54_Scoop/Player/EquipScoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/54_Scoop/Player/EquipScoop.cpp b/src/54_Scoop/Player/EquipScoop.cpp index ba34e890..5c30cc39 100644 --- a/src/54_Scoop/Player/EquipScoop.cpp +++ b/src/54_Scoop/Player/EquipScoop.cpp @@ -1,7 +1,7 @@ #include "Player/EquipScoop.hpp" #include "Player/LinkStateItem.hpp" -ModelRender EquipScoop::gModelRender; +ModelRender EquipScoop::gModelRender(0); void EquipScoop::vfunc_00() {} void EquipScoop::vfunc_18() {} |
