Skip to content

Commit

Permalink
Normalize path to the output GRO.
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamyCecil committed Jul 31, 2024
1 parent 4bffce9 commit d20b94b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ bool ParseArguments(Strings_t &aArgs) {
_strGRO = _strRoot + _strGRO;
}
}

_strGRO.Normalize();
}

// Add GRO files from games automatically
Expand Down Expand Up @@ -500,6 +502,8 @@ static void ManualSetup(const CString &strFile) {
}
}

_strGRO.Normalize();

// Store music files
if (ConsoleYN("Pack uncompressed music files?", true)) {
_aNoCompression.push_back(".ogg");
Expand Down

0 comments on commit d20b94b

Please sign in to comment.