int/uint type on all relevant fields (I hope)

This commit is contained in:
2025-05-26 08:41:09 -05:00
parent 9de231c882
commit 49b24f997f
28 changed files with 187 additions and 262 deletions

View File

@@ -2238,6 +2238,7 @@ bool edit_quest(size_t which_quest) {
return true;
});
// TODO: Some focus handlers
// Should quests be able to award negative XP or negative gold? I typed the text fields as 'uint' for now.
if(scenario.quests.size() == 1) {
quest_dlg["left"].hide();