# | Line 20 | Line 20 | bool RenegadeConfig::load() | |
---|---|---|
20 | if (line[line.length() - 1] == '\r') | |
21 | { | |
22 | line.erase(line.length() - 1); | |
23 | < | linux = true; |
23 | > | linux_ = true; |
24 | } | |
25 | ||
26 | if (line.find("MapName=") == 0) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |