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
 
@@ -1442,13 +1442,13 @@ static void MakeSortedSaveGameList()
 
	if (s_amount > 0)
 
		qsort(_fios_list + sort_start, s_amount, sizeof(FiosItem), compare_FiosItems);
 
}
 

	
 
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);
 

	
 
	SetDParam(0, p->index);
 
	SetDParam(1, _date);
 
	GetString(_edit_str_buf, STR_4004, lastof(_edit_str_buf));
0 comments (0 inline, 0 general)