Change sort default to name
This commit is contained in:
parent
d3b8f9f3a6
commit
1e01b387df
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ static CV_PossibleValue_t skinselectsort_cons_t[] = {
|
|||
{SKINMENUSORT_PREFCOLOR, "Preferred Colour"},
|
||||
{0, NULL}
|
||||
};
|
||||
consvar_t cv_skinselectsort = CVAR_INIT ("skinselectsort", "Order Added", CV_SAVE|CV_CALL|CV_NOINIT, skinselectsort_cons_t, Skinsort_option_Onchange);
|
||||
consvar_t cv_skinselectsort = CVAR_INIT ("skinselectsort", "Name", CV_SAVE|CV_CALL|CV_NOINIT, skinselectsort_cons_t, Skinsort_option_Onchange);
|
||||
|
||||
// This gametype list is integral for many different reasons.
|
||||
// When you add gametypes here, don't forget to update them in dehacked.c and doomstat.h!
|
||||
|
|
|
|||
Loading…
Reference in a new issue