diff --git a/src/video/SDL_blit_0.c b/src/video/SDL_blit_0.c index 85e0ee15a..34d2e143b 100644 --- a/src/video/SDL_blit_0.c +++ b/src/video/SDL_blit_0.c @@ -452,7 +452,7 @@ SDL_loblit SDL_CalculateBlit0(SDL_Surface *surface, int blit_index) { int which; - if ( surface->format->BitsPerPixel > 1 ) { + if ( surface->format->BitsPerPixel != 1 ) { /* We don't support sub 8-bit packed pixel modes */ return NULL; }