1
0
Fork 0

(svn r12444) -Fix: A little typo

release/0.7
belugas 2008-03-27 15:46:58 +00:00
parent 63ab877c27
commit 3256b24dd6
1 changed files with 1 additions and 1 deletions

View File

@ -1445,7 +1445,7 @@ static void MakeSortedSaveGameList()
static void GenerateFileName() static void GenerateFileName()
{ {
/* Check if we are not a specatator who wants to generate a name.. /* Check if we are not a spectator who wants to generate a name..
Let's use the name of player #0 for now. */ Let's use the name of player #0 for now. */
const Player *p = GetPlayer(IsValidPlayer(_local_player) ? _local_player : PLAYER_FIRST); const Player *p = GetPlayer(IsValidPlayer(_local_player) ? _local_player : PLAYER_FIRST);