Extra semicolon removed -- confuses the heck out MSVC
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1874 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -241,7 +241,7 @@ Widget_DrawLabel (WIDGET *_self, int x, int y)
|
||||
WIDGET_LABEL *self = (WIDGET_LABEL *)_self;
|
||||
COLOR oldtext = SetContextForeGroundColor (
|
||||
BUILD_COLOR (MAKE_RGB15 (0x1F, 0x1F, 0x1F), 0x0F));
|
||||
; FONT oldfont = SetContextFont (StarConFont);
|
||||
FONT oldfont = SetContextFont (StarConFont);
|
||||
FONTEFFECT oldFontEffect = SetContextFontEffect (0, 0, 0);
|
||||
TEXT t;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user