Changeset - r25383:f26264b8d4a9
[Not reviewed]
master
0 1 0
Loïc Guilloux - 3 years ago 2021-05-05 14:32:41
glx22@users.noreply.github.com
Cleanup: Leftover static const variable from a3b356e (#9194)
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/newgrf_config.cpp
Show inline comments
 
@@ -832,15 +832,12 @@ char *GRFBuildParamList(char *dst, const
 
		if (i > 0) dst = strecpy(dst, " ", last);
 
		dst += seprintf(dst, last, "%d", c->param[i]);
 
	}
 
	return dst;
 
}
 

	
 
/** Base GRF ID for OpenTTD's base graphics GRFs. */
 
static const uint32 OPENTTD_GRAPHICS_BASE_GRF_ID = BSWAP32(0xFF4F5400);
 

	
 
/**
 
 * Search a textfile file next to this NewGRF.
 
 * @param type The type of the textfile to search for.
 
 * @return The filename for the textfile, \c nullptr otherwise.
 
 */
 
const char *GRFConfig::GetTextfile(TextfileType type) const
0 comments (0 inline, 0 general)