mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Fixes gerudo fortress checks showing in tracker when settings have them removed
This commit is contained in:
parent
d481181170
commit
d83c7722df
3 changed files with 27 additions and 4 deletions
|
@ -72,6 +72,12 @@ typedef enum {
|
|||
#define RC_OBJECT(rc, rc_v_or_mq, rc_type, rc_area, actor_id, scene_id, actor_params, og_item_id, rc_shortname, rc_spoilername) \
|
||||
{ rc, {rc, rc_v_or_mq, rc_type, rc_area, actor_id, scene_id, actor_params, og_item_id, false, rc_shortname, rc_spoilername} }
|
||||
|
||||
#define RC_IS_CARPENTER(a) \
|
||||
(a == RC_GF_NORTH_F1_CARPENTER || \
|
||||
a == RC_GF_NORTH_F2_CARPENTER || \
|
||||
a == RC_GF_SOUTH_F1_CARPENTER || \
|
||||
a == RC_GF_SOUTH_F2_CARPENTER)
|
||||
|
||||
typedef struct {
|
||||
RandomizerCheck rc;
|
||||
RandomizerCheckVanillaOrMQ vOrMQ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue