mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
commit mods before I nuke the file.
This commit is contained in:
parent
750100b3e3
commit
4c8154a224
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ static NSMutableDictionary *displayedValues = nil;
|
||||||
if (sharedInstance) {
|
if (sharedInstance) {
|
||||||
[self dealloc];
|
[self dealloc];
|
||||||
} else {
|
} else {
|
||||||
[super init];
|
self = [super init];
|
||||||
currentValues = [[self preferencesFromDefaults] mutableCopy];
|
currentValues = [[self preferencesFromDefaults] mutableCopy];
|
||||||
[self discardDisplayedValues];
|
[self discardDisplayedValues];
|
||||||
sharedInstance = self;
|
sharedInstance = self;
|
||||||
|
|
Loading…
Reference in a new issue