There's now space before and after : in star coordinates (bug #307 part
6), from Paxtez; also the coordinates no longer shimmy (bug #331), from chmmravatar git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@947 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -854,7 +854,7 @@ ShowSummary (SUMMARY_DESC *pSD)
|
||||
else if (pSD->Activity == IN_PLANET_ORBIT)
|
||||
wstrcpy (buf, GLOBAL_SIS (PlanetName));
|
||||
else
|
||||
wsprintf (buf, "%03u.%01u:%03u.%01u",
|
||||
wsprintf (buf, "%03u.%01u : %03u.%01u",
|
||||
r.corner.x / 10, r.corner.x % 10,
|
||||
r.corner.y / 10, r.corner.y % 10);
|
||||
t.CharCount = (COUNT)~0;
|
||||
|
||||
@@ -136,7 +136,7 @@ DrawHyperCoords (POINT universe)
|
||||
{
|
||||
UNICODE buf[20];
|
||||
|
||||
wsprintf (buf, "%03u.%01u:%03u.%01u",
|
||||
wsprintf (buf, "%03u.%01u : %03u.%01u",
|
||||
universe.x / 10, universe.x % 10,
|
||||
universe.y / 10, universe.y % 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user