Planet scan is now erased properly, from l0ci

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@368 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2002-12-07 03:03:46 +00:00
parent 3a17897647
commit 2fcb121245
+3 -3
View File
@@ -58,9 +58,9 @@ EraseCoarseScan (void)
{
RECT r, tr;
extern FRAME SpaceJunkFrame;
const int leftScanWidth = 60;
const int rightScanWidth = 60;
const int leftScanOffset = 20;
const int leftScanWidth = 80;
const int rightScanWidth = 75;
const int leftScanOffset = 5;
const int rightScanOffset = 45;
SetSemaphore (GraphicsSem);