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:
gewlitys
2002-11-29 19:56:46 +00:00
parent 55986d52a1
commit d56b996b26
+1 -1
View File
@@ -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;