Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Yes, let's save 32-bit BMP files, very useful for you know, making a …
Browse files Browse the repository at this point in the history
…game...
  • Loading branch information
slouken committed Nov 29, 2011
1 parent 91c47b1 commit 7af468f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/SDL_bmp.c
Expand Up @@ -36,6 +36,8 @@
#include "SDL_endian.h"
#include "SDL_pixels_c.h"

#define SAVE_32BIT_BMP

/* Compression encodings for BMP files */
#ifndef BI_RGB
#define BI_RGB 0
Expand Down

0 comments on commit 7af468f

Please sign in to comment.