We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77389e commit e2530daCopy full SHA for e2530da
Driver2CutsceneTool/cutscene_tool.cpp
@@ -366,7 +366,7 @@ void PackCutsceneFile(const char* foldername)
366
MsgWarning("No chase replays\n");
367
}
368
369
- String folderPath = String::fromPrintf(numChaseReplays > 0 ? "%s_N.R" : "%s.R", foldername);
+ String folderPath = String::fromPrintf(replays[0] || replays[1] ? "%s.R" : "%s_N.R", foldername);
370
371
FILE* wp = fopen(folderPath, "wb");
372
0 commit comments