mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
Bring back Big Poe Count option, lost in menu refactor (#6126)
This commit is contained in:
parent
65227f65f2
commit
7627b0567b
|
|
@ -1,4 +1,4 @@
|
|||
#include "CrashHandlerExp.h"
|
||||
#include "CrashHandlerExt.h"
|
||||
#include "variables.h"
|
||||
#include "z64.h"
|
||||
#include "z64actor.h"
|
||||
|
|
|
|||
|
|
@ -2157,6 +2157,7 @@ void Settings::CreateOptions() {
|
|||
&mOptions[RSK_LOGIC_RULES],
|
||||
&mOptions[RSK_ALL_LOCATIONS_REACHABLE],
|
||||
&mOptions[RSK_SKULLS_SUNS_SONG],
|
||||
&mOptions[RSK_BIG_POE_COUNT],
|
||||
});
|
||||
// TODO: Exclude Locations Menus
|
||||
mTricksByArea.clear();
|
||||
|
|
@ -2177,6 +2178,7 @@ void Settings::CreateOptions() {
|
|||
&mOptions[RSK_ALL_LOCATIONS_REACHABLE],
|
||||
&mOptions[RSK_STARTING_AGE],
|
||||
&mOptions[RSK_SKULLS_SUNS_SONG],
|
||||
&mOptions[RSK_BIG_POE_COUNT],
|
||||
&mOptions[RSK_BLUE_FIRE_ARROWS],
|
||||
&mOptions[RSK_SUNLIGHT_ARROWS],
|
||||
&mOptions[RSK_FULL_WALLETS],
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include "soh/OTRGlobals.h"
|
||||
|
||||
#include <libultraship/bridge.h>
|
||||
#include "soh/CrashHandlerExp.h"
|
||||
#include "soh/CrashHandlerExt.h"
|
||||
|
||||
s32 gScreenWidth = SCREEN_WIDTH;
|
||||
s32 gScreenHeight = SCREEN_HEIGHT;
|
||||
|
|
|
|||
Loading…
Reference in a new issue