From 612386aef0783458ddeaa644487ff7c922a76d95 Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Mon, 29 Jun 2020 23:57:39 -0400 Subject: [PATCH] Correct comment --- src/m_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_menu.c b/src/m_menu.c index 490e2081b..a9bb1fda9 100644 --- a/src/m_menu.c +++ b/src/m_menu.c @@ -10263,7 +10263,7 @@ static void M_ReplayTimeAttack(INT32 choice) demoname = va("%s"PATHSEP"replay"PATHSEP"%s"PATHSEP"%s-%s-%s.lmp", srb2home, timeattackfolder, G_BuildMapName(cv_nextmap.value), skins[cv_chooseskin.value-1].name, which); -#ifdef OLDNREPLAYNAME // Check for old style named NiGHTS replay, since the new style replay doesn't exist. +#ifdef OLDNREPLAYNAME // Check for old style named NiGHTS replay if a new style replay doesn't exist. if (!FIL_FileExists(demoname)) demoname = va("%s"PATHSEP"replay"PATHSEP"%s"PATHSEP"%s-%s.lmp", srb2home, timeattackfolder, G_BuildMapName(cv_nextmap.value), which); #endif