cruft removal
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@409 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
7a634721f1
commit
d7659ab768
@ -563,7 +563,6 @@ static int _compareModes(id arg1, id arg2, void *context)
|
||||
#ifdef GNUSTEP
|
||||
// TODO: what goes here?
|
||||
#else
|
||||
//Scene *scene = [openGLView scene];
|
||||
CGLContextObj cglContext;
|
||||
CGDisplayErr err;
|
||||
long oldSwapInterval;
|
||||
|
@ -4316,17 +4316,12 @@ double scoopSoundPlayTime = 0.0;
|
||||
[universe setViewDirection: VIEW_DOCKED];
|
||||
|
||||
|
||||
// DEBUG TEST ROUTINES
|
||||
NSLog(@"DEBUG Player q_rotation = (%.2f %.2f %.2f %.2f)",
|
||||
q_rotation.w, q_rotation.x, q_rotation.y, q_rotation.z);
|
||||
// DEBUG SCENE TEST ROUTINES
|
||||
[universe removeDemoShips];
|
||||
[self debugOn];
|
||||
[self setBackgroundFromDescriptionsKey:@"test-scene"];
|
||||
[self setShowDemoShips: YES];
|
||||
[self debugOff];
|
||||
NSLog(@"DEBUG Player q_rotation = (%.2f %.2f %.2f %.2f)",
|
||||
q_rotation.w, q_rotation.x, q_rotation.y, q_rotation.z);
|
||||
NSLog(@"DEBUG status %d showDemoShips:%@", status, [self showDemoShips]? @"YES":@"NO");
|
||||
[self setShowDemoShips: YES];
|
||||
// END TEST
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user