Fix all the missing return statements and guard against this happening again

This commit is contained in:
2014-04-15 03:12:47 -04:00
parent 2b924101d6
commit 2d69851746
11 changed files with 34 additions and 5 deletions

View File

@@ -1183,6 +1183,7 @@ bool prefs_event_filter (cDialog& me, std::string id, eKeyMod mods)
give_delays = PSD[SDF_NO_FRILLS];
save_prefs(reset_help);
}
return true;
}
void pick_preferences()