Open jdoesche opened 1 month ago
The function void redrawCurrentInput in dialogue.c is a bit wonkily-formatted, and uses a number of const int values. As such, the function should be re-formatted to be more readable, and to use appropriately-named const variables
void redrawCurrentInput
dialogue.c
The function
void redrawCurrentInput
indialogue.c
is a bit wonkily-formatted, and uses a number of const int values. As such, the function should be re-formatted to be more readable, and to use appropriately-named const variables