1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix warning

This commit is contained in:
Mathieu Schroeter 2017-02-05 09:25:42 +01:00
parent bc73c2fe7a
commit cdfebc9d1a

View File

@ -634,7 +634,6 @@ RECT CPixmap::GetClipping()
bool CPixmap::IsIconPixel(int channel, int rank, POINT pos)
{
int nbx, nby;
COLORREF rgb;
if ( channel < 0 || channel >= MAXIMAGE ) return false;
if (m_lpSDLTexture[channel] == NULL ) return false;