diff options
author | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-12-13 11:46:31 -0600 |
---|---|---|
committer | metaphysicsIO <103212704+metaphysicsIO@users.noreply.github.com> | 2023-12-13 11:46:31 -0600 |
commit | 1a58b14f82c52dc3212f122ca63cdad11e57993c (patch) | |
tree | 10069c6f9421a489a790d8a79f28dca78421da86 | |
parent | a9e2ab00ba0042519ada63083675140466aaf984 (diff) | |
download | PSE-1a58b14f82c52dc3212f122ca63cdad11e57993c.tar.gz |
Added reminder to make it easier on the user to edit individual party members.
-rw-r--r-- | PartyEdit.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PartyEdit.cpp b/PartyEdit.cpp index 83223f4..fd9a5fd 100644 --- a/PartyEdit.cpp +++ b/PartyEdit.cpp @@ -178,6 +178,9 @@ void SavEdit::modMainMenu() // Print a list of party members for the user to edit printParty(); + // TODO: Stay on this party member until the user is done editing, + // then just roll back to party selection. + // TODO: I think we need back buttons and state handling here. std::cout << "Select party member: "; while((party_member > 6) || (party_member < 1)) |