cv_addons_option: rename RINGRACERS to IWAD

This maps to the srb2path folder, which is where the IWAD
is located.
This commit is contained in:
James R 2023-01-04 00:09:58 -08:00
parent 8b96612e43
commit 5ed30012ed

View file

@ -312,7 +312,7 @@ closedir (DIR * dirp)
static CV_PossibleValue_t addons_cons_t[] = {{0, "Addons"},
#if 1
{1, "HOME"}, {2, "RINGRACERS"},
{1, "HOME"}, {2, "IWAD"},
#endif
{3, "CUSTOM"}, {0, NULL}};