From 3879a9c12b0da22cdb970d3b051abc08f5722b5b Mon Sep 17 00:00:00 2001 From: gewlitys Date: Wed, 30 Apr 2003 15:39:54 +0000 Subject: [PATCH] -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 --- sc2/src/sc2code/comm.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sc2/src/sc2code/comm.c b/sc2/src/sc2code/comm.c index 07fa6f0e4..a09defefd 100644 --- a/sc2/src/sc2code/comm.c +++ b/sc2/src/sc2code/comm.c @@ -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);