Fix warning variable bcHeight is used uninitialized

This commit is contained in:
Pan7 2017-08-18 02:18:31 +02:00
parent 1439c10043
commit a9e28b5507

View file

@ -755,6 +755,7 @@ void LoadBMP( const char *filename, byte **pic, byte **palette, int *width, int
}
else {
Error( "%s had strange struct size", filename );
return;
}
if ( bcPlanes != 1 ) {