settings: Port all current uses of per game settings to new class

This commit is contained in:
Zach Hilman
2018-10-17 21:17:01 -04:00
parent 7452a10688
commit 5b70c9c493
14 changed files with 35 additions and 35 deletions

View File

@@ -135,7 +135,7 @@ int main(int argc, char** argv) {
PrintVersion();
return 0;
case 'p':
Settings::values.program_args = argv[optind];
Settings::values->program_args = argv[optind];
++optind;
break;
}