Fixed incorrect caption Orbit: to Tilt: in planet scan (bug #847)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2291 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-03-24 20:49:40 +00:00
parent ca642cc5d0
commit ffcfb30fd1
+1 -1
View File
@@ -353,7 +353,7 @@ PrintCoarseScanPC (void)
UnlockMutex (GraphicsLock); UnlockMutex (GraphicsLock);
LockMutex (GraphicsLock); LockMutex (GraphicsLock);
PrintScanTitlePC (&t, &r, GAME_STRING (ORBITSCAN_STRING_BASE), PrintScanTitlePC (&t, &r, GAME_STRING (ORBITSCAN_STRING_BASE + 18),
RIGHT_SIDE_BASELINE_X_PC); // "Tilt: " RIGHT_SIDE_BASELINE_X_PC); // "Tilt: "
val = pSolarSysState->SysInfo.PlanetInfo.AxialTilt; val = pSolarSysState->SysInfo.PlanetInfo.AxialTilt;
if (val < 0) if (val < 0)