Skip to content

Commit e2530da

Browse files
committed
Change file suffix if no intro/outro cutscenes
1 parent a77389e commit e2530da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Driver2CutsceneTool/cutscene_tool.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ void PackCutsceneFile(const char* foldername)
366366
MsgWarning("No chase replays\n");
367367
}
368368

369-
String folderPath = String::fromPrintf(numChaseReplays > 0 ? "%s_N.R" : "%s.R", foldername);
369+
String folderPath = String::fromPrintf(replays[0] || replays[1] ? "%s.R" : "%s_N.R", foldername);
370370

371371
FILE* wp = fopen(folderPath, "wb");
372372

0 commit comments

Comments
 (0)