mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix warning
This commit is contained in:
parent
bc73c2fe7a
commit
cdfebc9d1a
@ -634,7 +634,6 @@ RECT CPixmap::GetClipping()
|
|||||||
bool CPixmap::IsIconPixel(int channel, int rank, POINT pos)
|
bool CPixmap::IsIconPixel(int channel, int rank, POINT pos)
|
||||||
{
|
{
|
||||||
int nbx, nby;
|
int nbx, nby;
|
||||||
COLORREF rgb;
|
|
||||||
|
|
||||||
if ( channel < 0 || channel >= MAXIMAGE ) return false;
|
if ( channel < 0 || channel >= MAXIMAGE ) return false;
|
||||||
if (m_lpSDLTexture[channel] == NULL ) return false;
|
if (m_lpSDLTexture[channel] == NULL ) return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user