(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company values.

This commit is contained in:
rubidium
2007-12-02 19:21:56 +00:00
parent b5a902703e
commit faf096f506
3 changed files with 53 additions and 7 deletions

View File

@@ -211,6 +211,7 @@ static inline uint8 FindFirstBit2x64(const int value)
}
uint8 FindFirstBit(uint32 x);
uint8 FindLastBit(uint32 x);
/**
* Clear the first bit in an integer.