From bd54ac5d157de53980173a0851ceafb48ecdc09b Mon Sep 17 00:00:00 2001 From: sonoftunk <59073987+sonoftunk@users.noreply.github.com> Date: Wed, 23 Nov 2022 21:05:48 -0500 Subject: [PATCH] Removes duplicated rando option enum for merchant (#2008) --- soh/soh/Enhancements/randomizer/randomizerTypes.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/randomizerTypes.h b/soh/soh/Enhancements/randomizer/randomizerTypes.h index 459768321..cfc9ce473 100644 --- a/soh/soh/Enhancements/randomizer/randomizerTypes.h +++ b/soh/soh/Enhancements/randomizer/randomizerTypes.h @@ -1129,11 +1129,6 @@ typedef enum RandoOption { RO_SCRUBS_EXPENSIVE, RO_SCRUBS_RANDOM, - //Shuffle Merchants settings (off, on w/o hints, on w/hints) - RO_MERCHANTS_OFF = 0, - RO_MERCHANTS_ON_NO_HINTS, - RO_MERCHANTS_ON_WITH_HINTS, - //Ammo drop settings (on, "on+bombchu", off) RO_AMMO_DROPS_ON = 0, RO_AMMO_DROPS_ON_PLUS_BOMBCHU,