(svn r20689) -Codechange: Make some global functions used in 1 .cpp file static in that file.
This commit is contained in:
@@ -138,7 +138,7 @@ void DrawCompanyIcon(CompanyID c, int x, int y)
|
||||
* @param cmf the fact to check
|
||||
* @return true if and only if the face is valid
|
||||
*/
|
||||
bool IsValidCompanyManagerFace(CompanyManagerFace cmf)
|
||||
static bool IsValidCompanyManagerFace(CompanyManagerFace cmf)
|
||||
{
|
||||
if (!AreCompanyManagerFaceBitsValid(cmf, CMFV_GEN_ETHN, GE_WM)) return false;
|
||||
|
||||
|
Reference in New Issue
Block a user