Draw joystick cursor in star-search when matched too

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2195 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-01-19 01:23:04 +00:00
parent 90998bb7cd
commit ca3979dcec
+3
View File
@@ -1022,7 +1022,10 @@ DrawMatchedStarName (PTEXTENTRY_STATE pTES)
strcpy (pstr, GAME_STRING (SDPtr->Postfix));
ExPos += pSS->ClusterLen;
CurPos = pTES->CursorPos;
flags = DSME_CLEARFR;
if (pTES->JoystickMode)
flags |= DSME_BLOCKCUR;
}
LockMutex (GraphicsLock);