Browse Source

Porting to SDL2

Wei Mingzhi 12 years ago
parent
commit
df195ba49a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      common.h

+ 1 - 0
common.h

@@ -61,6 +61,7 @@ extern "C"
 #define SDLK_KP0     SDLK_KP_0
 
 #define SDL_HWSURFACE     0
+#define SDL_SetPalette(a,b,c,d,e) SDL_SetSurfacePalette(a,c)
 
 #endif