File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/newgrf_roadtype.cpp
Show inline comments
 
@@ -52,7 +52,7 @@
 
		}
 
	}
 

	
 
	DEBUG(grf, 1, "Unhandled road type tile variable 0x%X", variable);
 
	Debug(grf, 1, "Unhandled road type tile variable 0x{:X}", variable);
 

	
 
	*available = false;
 
	return UINT_MAX;