File diff r18781:e1de9a06f7cd → r18782:6453522c2154
src/newgrf_gui.cpp
Show inline comments
 
@@ -836,13 +836,13 @@ struct NewGRFWindow : public QueryString
 

	
 
	/**
 
	 * Pick the palette for the sprite of the grf to display.
 
	 * @param c grf to display.
 
	 * @return Palette for the sprite.
 
	 */
 
	FORCEINLINE PaletteID GetPalette(const GRFConfig *c) const
 
	inline PaletteID GetPalette(const GRFConfig *c) const
 
	{
 
		PaletteID pal;
 

	
 
		/* Pick a colour */
 
		switch (c->status) {
 
			case GCS_NOT_FOUND: