diff --git a/stepmania/src/Inventory.cpp b/stepmania/src/Inventory.cpp index b1d8d2bec8..c1b64de24a 100644 --- a/stepmania/src/Inventory.cpp +++ b/stepmania/src/Inventory.cpp @@ -54,11 +54,12 @@ void ReloadItems() Inventory::Inventory() { - ITEM_USE_RATE_SECONDS.Refresh(); } void Inventory::Load( PlayerNumber pn ) { + ITEM_USE_RATE_SECONDS.Refresh(); + ReloadItems(); m_PlayerNumber = pn;