Harmless original c&p bug fixed.

See http://uqm.stack.nl/forum/index.php?topic=2741.0


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2244 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-02-02 11:13:38 +00:00
parent 70db43c66d
commit 5e6dc143f0
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.5:
- Innocent origiginal c&p bug fixed, from bpoint.
- Handle relative dirs in -C correctly, from Jan Lönnberg (part of bug #738).
- Internationalization fixes: moved many hardcoded English strings
into string resource file starcon.txt (bug #778), from Andrew Zabolotny
+4 -2
View File
@@ -254,8 +254,10 @@ DoDiscoveryReport (SOUND ReadOutSounds)
if (pMenuState)
{
old_curs = pMenuState->flash_rect0.corner;
pMenuState->flash_rect0.corner.x = /* disable cursor */
pMenuState->flash_rect0.corner.x = -1000;
/* Disable cursor: */
pMenuState->flash_rect0.corner.x = -1000;
pMenuState->flash_rect0.corner.y = -1000;
}
OldContext = SetContext (ScanContext);