Fix minor glitch in planet coarse scan (bug #238), from chmmravatar

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@964 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-05-19 22:16:53 +00:00
parent b5fa1a6ee6
commit 48988b741a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.3:
- Fix minor glitch in planet coarse scan (bug #238), from chmmravatar
- Wav loader is now endian safe (bug #165) -Mika
- Dialogue patch for Melnorme, fixing bug #335
- Two dialogue spots where visit count could run away patched; fixes bug
+2 -2
View File
@@ -63,9 +63,9 @@ EraseCoarseScan (void)
RECT r, tr;
extern FRAME SpaceJunkFrame;
const int leftScanWidth = 80;
const int rightScanWidth = 75;
const int rightScanWidth = 80;
const int leftScanOffset = 5;
const int rightScanOffset = 45;
const int rightScanOffset = 50;
SetSemaphore (GraphicsSem);
SetContext (SpaceContext);