Same comments as revision 1133, only this time I will hopefully be able to commit something that actually works.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1134 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
16f4ed9afb
commit
3d8cc4cd7d
@ -672,7 +672,7 @@ static PlayerEntity *sSharedPlayer = nil;
|
||||
[mission_variables addEntriesFromDictionary:(NSDictionary *)[dict objectForKey:@"mission_variables"]];
|
||||
|
||||
// persistant UNIVERSE info
|
||||
if ([dict objectForKey:@"localPlanetInfoOverrides"])
|
||||
if ([dict objectForKey:@"local_planetinfo_overrides"])
|
||||
{
|
||||
[UNIVERSE setLocalPlanetInfoOverrides:(NSDictionary *)[dict objectForKey:@"local_planetinfo_overrides"]];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user