Fix minor prompting bugs

This commit is contained in:
Jackzie 2022-03-15 20:56:04 -05:00
parent aedbf9d77b
commit ff3ba744fd
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
5 changed files with 14 additions and 13 deletions

View file

@ -28,8 +28,8 @@ enum trollFlag {
StringMap trollKV;
char trollIds[MAX_TROLLS+1][MAX_TROLL_NAME_LENGTH];
char DEFAULT_FLAG_PROMPT_MULTIPLE[] = "Choose flags (Multiple)";
char DEFAULT_FLAG_PROMPT[] = "Choose flags";
char DEFAULT_FLAG_PROMPT_MULTIPLE[] = "Enable options (Multiple)";
char DEFAULT_FLAG_PROMPT[] = "Select an option";
bool SilentMenuSelected[MAXPLAYERS+1];
static int g_trollAddPromptIndex;