foxygit / doom Log in
commit 4fa31de5c586b93ad54ce9cbd2ddd0ddb2e839b2
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Dec 8 20:31:53 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Mon Dec 8 20:31:53 2008 +0000

    Flip the screen buffers after changing palette when doing the Hexen
    fade-in.

    Subversion-branch: /branches/raven-branch
    Subversion-revision: 1410
---
 src/i_videohr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/i_videohr.c b/src/i_videohr.c
index 1091fb74..8cd11e7e 100644
--- a/src/i_videohr.c
+++ b/src/i_videohr.c
@@ -196,6 +196,7 @@ void I_FadeToPaletteHR(const byte *palette)
         }

         I_SetPaletteHR(tmppal);
+        SDL_Flip(hr_surface);

         // Sleep a bit