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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user