Skip to content

Commit

Permalink
Possible fix to game crash when running vs
Browse files Browse the repository at this point in the history
  • Loading branch information
royfalk committed Nov 26, 2024
1 parent 21c6366 commit 1d743f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ std::pair<std::string, std::string> ParseCommandLine(int argc, char **lpCmdLine)
}
} else {
//no "-" before it - it's the mission name
mission_name = std::string(lpCmdLine[i] + 2);
mission_name = std::string(lpCmdLine[i]);
}
}
if (false == legacy_data_dir_mode) {
Expand Down

0 comments on commit 1d743f7

Please sign in to comment.