-MORE- color/appearance now matches PC version too

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@939 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-04-30 15:39:54 +00:00
parent 043a0d240c
commit 3879a9c12b
+4 -4
View File
@@ -1735,8 +1735,8 @@ DoCommunication (INPUT_STATE InputState, PENCOUNTER_STATE pES)
{
t.baseline.x = SIS_SCREEN_WIDTH >> 1;
t.align = ALIGN_CENTER;
t.pStr = "-MORE-";
SetContextForeGroundColor (BUILD_COLOR (MAKE_RGB15 (0x04, 0xBB, 0x04), 0x01));
t.pStr = "_MORE_";
SetContextForeGroundColor (BUILD_COLOR (MAKE_RGB15 (0x00, 0x17, 0x00), 0x01));
SetSemaphore (GraphicsSem);
font_DrawText (&t);
ClearSemaphore (GraphicsSem);
@@ -1769,8 +1769,8 @@ DoCommunication (INPUT_STATE InputState, PENCOUNTER_STATE pES)
t.baseline.x = SIS_SCREEN_WIDTH >> 1;
t.align = ALIGN_CENTER;
t.pStr = "-MORE-";
SetContextForeGroundColor (BUILD_COLOR (MAKE_RGB15 (0x04, 0xBB, 0x04), 0x01));
t.pStr = "_MORE_";
SetContextForeGroundColor (BUILD_COLOR (MAKE_RGB15 (0x00, 0x17, 0x00), 0x01));
SetSemaphore (GraphicsSem);
font_DrawText (&t);
ClearSemaphore (GraphicsSem);