File diff r27941:fbe336fa8b4e → r27942:f7389062d120
src/newgrf_industrytiles.h
Show inline comments
 
@@ -31,7 +31,7 @@ struct IndustryTileScopeResolver : publi
 
	}
 

	
 
	uint32_t GetRandomBits() const override;
 
	uint32_t GetVariable(byte variable, uint32_t parameter, bool *available) const override;
 
	uint32_t GetVariable(byte variable, [[maybe_unused]] uint32_t parameter, bool *available) const override;
 
	uint32_t GetTriggers() const override;
 
};