mc2: 0x0053B990
| 28 | |
| 29 | //mc2: 0x0053B990 |
| 30 | Settings::Settings() { |
| 31 | set_defaults(); |
| 32 | this->requires_saving = false; |
| 33 | this->unk71 = false; |
| 34 | } |
| 35 | |
| 36 | //mc2: 0x0053B930 |
| 37 | void Settings::set_defaults() { |
nothing calls this directly
no test coverage detected