- Applied Blzut3's SBARINFO update #7.

- GCC warnings, go away.

SVN r702 (trunk)
This commit is contained in:
Randy Heit 2008-01-12 17:35:32 +00:00
commit e8d38ad683
4 changed files with 172 additions and 21 deletions

View file

@ -494,6 +494,10 @@ void WritePCXfile (FILE *file, const BYTE *buffer, const PalEntry *palette,
}
data = temprow;
break;
default:
// Should never happen.
return;
}
buffer += pitch;