Changeset - r22365:2aa1b8fc47cd
[Not reviewed]
master
0 3 0
matthijs - 8 years ago 2016-05-11 20:48:46
matthijs@openttd.org
(svn r27560) -Fix: typos in comments and string
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/misc_gui.cpp
Show inline comments
 
@@ -603,7 +603,7 @@ TextEffectID ShowFillingPercent(int x, i
 
/**
 
 * Update vehicle loading indicators.
 
 * @param te_id   TextEffectID to be updated.
 
 * @param string  String wich is printed.
 
 * @param string  String which is printed.
 
 */
 
void UpdateFillingPercent(TextEffectID te_id, uint8 percent, StringID string)
 
{
src/newgrf.cpp
Show inline comments
 
@@ -3010,7 +3010,7 @@ static ChangeInfoResult SoundEffectChang
 
	}
 

	
 
	if (sid + numinfo - ORIGINAL_SAMPLE_COUNT > _cur.grffile->num_sounds) {
 
		grfmsg(1, "SoundEffectChangeInfo: Attemting to change undefined sound effect (%u), max (%u). Ignoring.", sid + numinfo, ORIGINAL_SAMPLE_COUNT + _cur.grffile->num_sounds);
 
		grfmsg(1, "SoundEffectChangeInfo: Attempting to change undefined sound effect (%u), max (%u). Ignoring.", sid + numinfo, ORIGINAL_SAMPLE_COUNT + _cur.grffile->num_sounds);
 
		return CIR_INVALID_ID;
 
	}
 

	
src/story.cpp
Show inline comments
 
@@ -101,7 +101,7 @@ static void UpdateElement(StoryPageEleme
 
 * @param p1 various bitstuffed elements
 
 * - p1 = (bit  0 -  7) - Company for which this story page belongs to.
 
 * @param p2 unused.
 
 * @param text Title of the story page. Null is allowed in wich case a generic page title is provided by OpenTTD.
 
 * @param text Title of the story page. Null is allowed in which case a generic page title is provided by OpenTTD.
 
 * @return the cost of this operation or an error
 
 */
 
CommandCost CmdCreateStoryPage(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)
0 comments (0 inline, 0 general)