add imgui menu for generating and selecting seeds

This commit is contained in:
gymnast86
2026-04-16 19:50:17 -07:00
parent 4cd911a114
commit 2b4598821b
31 changed files with 629 additions and 215 deletions
+2 -2
View File
@@ -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