Skip to content

Commit

Permalink
update header too ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Jul 1, 2010
1 parent 5ac64c8 commit e5bc470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/display.hpp
Expand Up @@ -115,7 +115,7 @@ namespace bombherman
// Width and Height of the display
static int width, height;

static std::map< SDL_Surface *, void * > buffers;
static std::map< SDL_Surface *, unsigned char * > buffers;
static SDL_Surface * sBackground;

static SDL_Surface * gScoresLayer;
Expand Down

0 comments on commit e5bc470

Please sign in to comment.