fix cut-and-paste-error mixing up key_custom_view and key_map_info - d'oh!
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@621 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
9bc6b02522
commit
2dd203eb57
@ -197,7 +197,7 @@ static Quaternion quaternion_identity = { (GLfloat)1.0, (GLfloat)0.0, (GLfloat)0
|
||||
key_map_info = [(NSNumber *)[kdic objectForKey:@"key_map_info"] intValue];
|
||||
//
|
||||
if ([kdic objectForKey:@"key_custom_view"])
|
||||
key_map_info = [(NSNumber *)[kdic objectForKey:@"key_custom_view"] intValue];
|
||||
key_custom_view = [(NSNumber *)[kdic objectForKey:@"key_custom_view"] intValue];
|
||||
//
|
||||
// other keys are SET and cannot be varied
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user