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:
Giles Williams 2006-06-27 15:15:55 +00:00
parent 9bc6b02522
commit 2dd203eb57

View File

@ -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