(svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.
This commit is contained in:
@@ -136,7 +136,6 @@ uint GetTownRadiusGroup(const Town* t, TileIndex tile);
|
||||
void ShowHighscoreTable(int difficulty, int8 rank);
|
||||
|
||||
int FindFirstBit(uint32 x);
|
||||
int CountBitsSet(uint32 value);
|
||||
|
||||
void AfterLoadTown();
|
||||
void UpdatePatches();
|
||||
|
Reference in New Issue
Block a user