浏览代码

splash screen

Wei Mingzhi 10 年之前
父节点
当前提交
1cd795fe26
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      main.c

+ 5 - 0
main.c

@@ -255,6 +255,11 @@ PAL_SplashScreen(
       gpScreen->format->Rmask, gpScreen->format->Gmask, gpScreen->format->Bmask,
       gpScreen->format->Amask);
 
+#if SDL_VERSION_ATLEAST(2, 0, 0)
+   SDL_SetSurfacePalette(lpBitmapDown, gpScreen->format->palette);
+   SDL_SetSurfacePalette(lpBitmapUp, gpScreen->format->palette);
+#endif
+
    //
    // Read the bitmaps
    //