mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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) {
|
||||
[self dealloc];
|
||||
} else {
|
||||
[super init];
|
||||
self = [super init];
|
||||
currentValues = [[self preferencesFromDefaults] mutableCopy];
|
||||
[self discardDisplayedValues];
|
||||
sharedInstance = self;
|
||||
|
|
Loading…
Reference in a new issue