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:
@@ -1,4 +1,6 @@
|
|||||||
Changes towards version 0.4:
|
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),
|
- Adjusted subtitle timings when there are no oggs (part of bug #362),
|
||||||
from chmmravatar
|
from chmmravatar
|
||||||
- Fixed crash in conversation summary and ffw/frew problem when
|
- Fixed crash in conversation summary and ffw/frew problem when
|
||||||
|
|||||||
@@ -929,14 +929,12 @@ DeltaSISGauges (SIZE crew_delta, SIZE fuel_delta, int resunit_delta)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
r.corner.x = 1;
|
r.corner.x = 2;
|
||||||
r.corner.y = 129;
|
r.corner.y = 130;
|
||||||
r.extent.width = 62;
|
r.extent.width = STATUS_MESSAGE_WIDTH;
|
||||||
r.extent.height = 9;
|
r.extent.height = STATUS_MESSAGE_HEIGHT;
|
||||||
DrawStarConBox (&r, 1,
|
SetContextForeGroundColor (BUILD_COLOR (MAKE_RGB15 (0x00, 0x8, 0x00), 0x6E));
|
||||||
BUILD_COLOR (MAKE_RGB15 (0x10, 0x10, 0x10), 0x19),
|
DrawFilledRectangle (&r);
|
||||||
BUILD_COLOR (MAKE_RGB15 (0x8, 0x8, 0x8), 0x1F),
|
|
||||||
TRUE, BUILD_COLOR (MAKE_RGB15 (0x00, 0x8, 0x00), 0x6E));
|
|
||||||
|
|
||||||
if ((pMenuState == 0
|
if ((pMenuState == 0
|
||||||
&& CommData.ConversationPhrases /* Melnorme shenanigans */
|
&& CommData.ConversationPhrases /* Melnorme shenanigans */
|
||||||
|
|||||||
Reference in New Issue
Block a user