Eliminated build warning.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4421 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
cbce376119
commit
a3ce242582
@ -414,7 +414,7 @@ static void DrawWormholeCorona(GLfloat inner_radius, GLfloat outer_radius, int s
|
||||
{
|
||||
double now = [PLAYER clockTime];
|
||||
return [NSString stringWithFormat:@"destination: %@ ttl: %.2fs arrival: %@",
|
||||
_misjump ? @"Interstellar Space" : [UNIVERSE getSystemName:destination],
|
||||
_misjump ? (NSString *)@"Interstellar Space" : [UNIVERSE getSystemName:destination],
|
||||
expiry_time - now,
|
||||
ClockToString(arrival_time, false)];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user