Skip to content

Commit

Permalink
[#10] Still bashing away at the compiler...
Browse files Browse the repository at this point in the history
  • Loading branch information
DaloLorn authored Jan 28, 2025
1 parent 75e1126 commit 59bdd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/game/scripts/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ void parseFile(Manager* man, File& fl, const std::string& filename, bool cacheFi


for(auto iLine = lines.begin(), end = lines.end(); iLine != end; ++iLine) {
std::string& line = *iLine;
std::string line = *iLine;

auto lineStart = line.find_first_not_of(" \t");
if(lineStart == std::string::npos) {
Expand Down

0 comments on commit 59bdd72

Please sign in to comment.