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
 
@@ -835,9 +835,6 @@ char *GRFBuildParamList(char *dst, const
 
	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.
0 comments (0 inline, 0 general)