Changeset - r8748:2e88cf9f9879
[Not reviewed]
master
0 1 0
belugas - 16 years ago 2008-03-27 15:46:58
belugas@openttd.org
(svn r12444) -Fix: A little typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/misc_gui.cpp
Show inline comments
 
@@ -1445,7 +1445,7 @@ static void MakeSortedSaveGameList()
 

	
 
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. */
 
	const Player *p = GetPlayer(IsValidPlayer(_local_player) ? _local_player : PLAYER_FIRST);
 

	
0 comments (0 inline, 0 general)