mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 00:03:54 -04:00
add imgui menu for generating and selecting seeds
This commit is contained in:
@@ -1536,8 +1536,8 @@ void dFile_select_c::nameInput2() {
|
||||
dComIfGs_setHorseName(mpName->getInputStrPtr());
|
||||
mIsSelectEnd = true;
|
||||
#if TARGET_PC
|
||||
// Create a randomizer save if Z is being held
|
||||
if (mDoCPd_c::getHoldZ(PAD_1)) {
|
||||
// Create a randomizer save if one is selected
|
||||
if (!randomizer_GetContext().mHash.empty()) {
|
||||
dComIfGs_setupRandomizerSave();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user