(svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company values.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user