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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user