Extracted the coarse scan infinity symbol and remapped to code 127. bug #239
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1146 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 222 B |
@@ -437,7 +437,7 @@ PrintCoarseScan3DO (void)
|
|||||||
SetSemaphore (GraphicsSem);
|
SetSemaphore (GraphicsSem);
|
||||||
t.pStr = buf;
|
t.pStr = buf;
|
||||||
if (pSolarSysState->SysInfo.PlanetInfo.AtmoDensity == GAS_GIANT_ATMOSPHERE)
|
if (pSolarSysState->SysInfo.PlanetInfo.AtmoDensity == GAS_GIANT_ATMOSPHERE)
|
||||||
wsprintf (buf, "|");
|
wsprintf (buf, "\x7f");
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
temp = (pSolarSysState->SysInfo.PlanetInfo.AtmoDensity * 100
|
temp = (pSolarSysState->SysInfo.PlanetInfo.AtmoDensity * 100
|
||||||
|
|||||||
Reference in New Issue
Block a user