From 5ed30012ed758c16f00c3ac2dbbbbae31f7df475 Mon Sep 17 00:00:00 2001 From: James R Date: Wed, 4 Jan 2023 00:09:58 -0800 Subject: [PATCH] cv_addons_option: rename RINGRACERS to IWAD This maps to the srb2path folder, which is where the IWAD is located. --- src/filesrch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filesrch.c b/src/filesrch.c index 5ec98babc..6f18cdd83 100644 --- a/src/filesrch.c +++ b/src/filesrch.c @@ -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}};