mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Update settings.cpp (#4830)
This commit is contained in:
parent
7ea6422b6f
commit
8e8befc6d5
1 changed files with 1 additions and 0 deletions
|
@ -707,6 +707,7 @@ void Settings::CreateOptions() {
|
|||
&mTrickOptions[RT_GANON_MQ_SHADOW_TRIAL],
|
||||
&mTrickOptions[RT_GANON_MQ_LIGHT_TRIAL],
|
||||
});
|
||||
mTricksByArea.clear();
|
||||
for (int i = 0; i < RT_MAX; i++) {
|
||||
auto& trick = mTrickOptions[i];
|
||||
if (!trick.GetName().empty()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue