removed accidental ; in define
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@261 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -160,7 +160,7 @@ PrintCoarseScan (void)
|
|||||||
ClearSemaphore (GraphicsSem);
|
ClearSemaphore (GraphicsSem);
|
||||||
|
|
||||||
#define LEFT_SIDE_BASELINE_X 27
|
#define LEFT_SIDE_BASELINE_X 27
|
||||||
#define RIGHT_SIDE_BASELINE_X ((SIS_SCREEN_WIDTH - LEFT_SIDE_BASELINE_X) + ((SAFE_X << 1) - 32));
|
#define RIGHT_SIDE_BASELINE_X ((SIS_SCREEN_WIDTH - LEFT_SIDE_BASELINE_X) + ((SAFE_X << 1) - 32))
|
||||||
#define SCAN_BASELINE_Y 25
|
#define SCAN_BASELINE_Y 25
|
||||||
|
|
||||||
t.baseline.x = LEFT_SIDE_BASELINE_X;
|
t.baseline.x = LEFT_SIDE_BASELINE_X;
|
||||||
|
|||||||
Reference in New Issue
Block a user