From ffcfb30fd11d99827dd8f1924b1ed970b27e8a7b Mon Sep 17 00:00:00 2001 From: avolkov Date: Fri, 24 Mar 2006 20:49:40 +0000 Subject: [PATCH] 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 --- sc2/src/sc2code/planets/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/planets/scan.c b/sc2/src/sc2code/planets/scan.c index cbc229e98..3a5471350 100644 --- a/sc2/src/sc2code/planets/scan.c +++ b/sc2/src/sc2code/planets/scan.c @@ -353,7 +353,7 @@ PrintCoarseScanPC (void) UnlockMutex (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: " val = pSolarSysState->SysInfo.PlanetInfo.AxialTilt; if (val < 0)