Skip to content

Commit

Permalink
SNAFU: id1/ID1
Browse files Browse the repository at this point in the history
Good job qqshka's paying attention
  • Loading branch information
meag committed Jul 10, 2022
1 parent 9be3a79 commit 42246d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ void FS_InitFilesystemEx( qbool guess_cwd ) {
snprintf(&tmp_path[0], sizeof(tmp_path), "%s/%s", com_basedir, "id1");
if (!COM_FileExists(tmp_path)) {
// (try upper-case ID1 if it's there... Steam...)
snprintf(&tmp_path[0], sizeof(tmp_path), "%s/%s", com_basedir, "id1");
snprintf(&tmp_path[0], sizeof(tmp_path), "%s/%s", com_basedir, "ID1");
FS_AddGameDirectory(tmp_path, FS_LOAD_FILE_ALL);
}
else {
Expand Down

0 comments on commit 42246d2

Please sign in to comment.