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:
avolkov
2006-01-21 01:06:08 +00:00
parent a20ff7cf4a
commit 1a72c36d6d
+2 -2
View File
@@ -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;