mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-08 12:16:17 -04:00
properly clear item queue on file load
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user