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:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.3:
|
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
|
- Wav loader is now endian safe (bug #165) -Mika
|
||||||
- Dialogue patch for Melnorme, fixing bug #335
|
- Dialogue patch for Melnorme, fixing bug #335
|
||||||
- Two dialogue spots where visit count could run away patched; fixes bug
|
- Two dialogue spots where visit count could run away patched; fixes bug
|
||||||
|
|||||||
@@ -63,9 +63,9 @@ EraseCoarseScan (void)
|
|||||||
RECT r, tr;
|
RECT r, tr;
|
||||||
extern FRAME SpaceJunkFrame;
|
extern FRAME SpaceJunkFrame;
|
||||||
const int leftScanWidth = 80;
|
const int leftScanWidth = 80;
|
||||||
const int rightScanWidth = 75;
|
const int rightScanWidth = 80;
|
||||||
const int leftScanOffset = 5;
|
const int leftScanOffset = 5;
|
||||||
const int rightScanOffset = 45;
|
const int rightScanOffset = 50;
|
||||||
|
|
||||||
SetSemaphore (GraphicsSem);
|
SetSemaphore (GraphicsSem);
|
||||||
SetContext (SpaceContext);
|
SetContext (SpaceContext);
|
||||||
|
|||||||
Reference in New Issue
Block a user