Fixed one-pixel glitch in shipyard when scrapping (bug #461), from

Paxtez


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1229 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-09-13 15:51:03 +00:00
parent fc5f75dbb9
commit b8f4f7dfe9
2 changed files with 8 additions and 8 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.4:
- Fixed one-pixel glitch in shipyard when scrapping (bug #461),
from Paxtez
- Adjusted subtitle timings when there are no oggs (part of bug #362),
from chmmravatar
- Fixed crash in conversation summary and ffw/frew problem when
+6 -8
View File
@@ -929,14 +929,12 @@ DeltaSISGauges (SIZE crew_delta, SIZE fuel_delta, int resunit_delta)
}
else
{
r.corner.x = 1;
r.corner.y = 129;
r.extent.width = 62;
r.extent.height = 9;
DrawStarConBox (&r, 1,
BUILD_COLOR (MAKE_RGB15 (0x10, 0x10, 0x10), 0x19),
BUILD_COLOR (MAKE_RGB15 (0x8, 0x8, 0x8), 0x1F),
TRUE, BUILD_COLOR (MAKE_RGB15 (0x00, 0x8, 0x00), 0x6E));
r.corner.x = 2;
r.corner.y = 130;
r.extent.width = STATUS_MESSAGE_WIDTH;
r.extent.height = STATUS_MESSAGE_HEIGHT;
SetContextForeGroundColor (BUILD_COLOR (MAKE_RGB15 (0x00, 0x8, 0x00), 0x6E));
DrawFilledRectangle (&r);
if ((pMenuState == 0
&& CommData.ConversationPhrases /* Melnorme shenanigans */