replace fuzzer state magic numbers

This commit is contained in:
nhmall
2024-10-12 10:14:44 -04:00
parent 87af3a8cac
commit 57fc8f10a6
4 changed files with 16 additions and 4 deletions

View File

@@ -224,6 +224,12 @@ struct accessibility_data {
a11y.mon_notices_blocked = 0; \
} } while(0)
enum debug_fuzzer_states {
fuzzer_off,
fuzzer_impossible_panic,
fuzzer_impossible_continue
};
/*
* Stuff that really isn't option or platform related and does not
* get saved and restored. They are set and cleared during the game