Remove an unneeded test.
The test was added to make dummy locales working, but loonycyborg tested and the change is not required to make it work.
This commit is contained in:
parent
fcbe59c8f7
commit
f3aca6d9ad
1 changed files with 0 additions and 2 deletions
|
@ -383,8 +383,6 @@ game_controller::game_controller(int argc, char** argv) :
|
|||
std::cerr << "Overriding data directory with " << val << std::endl;
|
||||
if(val[0] == '/') {
|
||||
game_config::path = val;
|
||||
} else if (val == "." || val == "./") {
|
||||
game_config::path = get_cwd();
|
||||
} else {
|
||||
game_config::path = get_cwd() + '/' + val;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue