summaryrefslogtreecommitdiff
path: root/src/setup
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup')
-rw-r--r--src/setup/mode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setup/mode.c b/src/setup/mode.c
index d0d82580..2fcfc9f8 100644
--- a/src/setup/mode.c
+++ b/src/setup/mode.c
@@ -50,9 +50,9 @@ typedef struct
static mission_config_t config_files[] =
{
- { doom, "doom", "default.cfg", "chocolate-doom.cfg" },
- { heretic, "heretic", "heretic.cfg", "chocolate-heretic.cfg" },
- { hexen, "hexen", "hexen.cfg", "chocolate-hexen.cfg" },
+ { doom, "doom", "default.cfg", PROGRAM_PREFIX "doom.cfg" },
+ { heretic, "heretic", "heretic.cfg", PROGRAM_PREFIX "heretic.cfg" },
+ { hexen, "hexen", "hexen.cfg", PROGRAM_PREFIX "hexen.cfg" },
};
// Miscellaneous variables that aren't used in setup.