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:
avolkov
2003-08-29 19:21:51 +00:00
parent 6ff8f84523
commit 358ff17e0f
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

+1 -1
View File
@@ -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