File diff r25706:50b894f19d99 → r25707:226494aad20a
src/newgrf_commons.h
Show inline comments
 
@@ -309,7 +309,7 @@ bool Convert8bitBooleanCallback(const st
 
 */
 
template <size_t Tcnt>
 
struct GRFFilePropsBase {
 
	GRFFilePropsBase() : local_id(0), grffile(0)
 
	GRFFilePropsBase() : local_id(0), grffile(nullptr)
 
	{
 
		/* The lack of some compilers to provide default constructors complying to the specs
 
		 * requires us to zero the stuff ourself. */