properly clear item queue on file load

This commit is contained in:
gymnast86
2026-04-26 01:04:49 -07:00
parent 6b5e251037
commit 5c9ff2f5fa
@@ -224,6 +224,9 @@ int RandomizerState::_create() {
mEventItemStatus = QUEUE_EMPTY;
mHasPendingToDChange = false;
// g_customMenuRing._initialize();
for (int i = 0; i < EVENT_ITEM_QUEUE_SIZE; i++) {
mEventItemQueue[i] = 0;
}
return 1;
}