At least these can be 'const'
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2225 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -923,8 +923,8 @@ FindNextStarIndex (STAR_SEARCH_STATE *pSS, int from, BOOLEAN WithinClust)
|
|||||||
STAR_DESCPTR SDPtr = &star_array[pSS->SortedStars[i]];
|
STAR_DESCPTR SDPtr = &star_array[pSS->SortedStars[i]];
|
||||||
UNICODE FullName[STAR_SEARCH_BUFSIZE];
|
UNICODE FullName[STAR_SEARCH_BUFSIZE];
|
||||||
UNICODE *ClusterName = GAME_STRING (SDPtr->Postfix);
|
UNICODE *ClusterName = GAME_STRING (SDPtr->Postfix);
|
||||||
UNICODE *sptr;
|
const UNICODE *sptr;
|
||||||
UNICODE *dptr;
|
const UNICODE *dptr;
|
||||||
int dlen;
|
int dlen;
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user