From 65a3abe1c1d96b37d3ba244a343e86fd17a4b752 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 19 Jun 2007 15:40:27 +0000 Subject: (svn r10220) -Fix r10216: even more fuck-ups for non-SDL video backends --- src/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx.cpp') diff --git a/src/gfx.cpp b/src/gfx.cpp index c17316885..bbf263f68 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -663,9 +663,9 @@ void GfxInitPalettes() { memcpy(_cur_palette, _palettes[_use_dos_palette ? 1 : 0], sizeof(_cur_palette)); + DoPaletteAnimations(); _pal_first_dirty = 0; _pal_count_dirty = 255; - DoPaletteAnimations(); } #define EXTR(p, q) (((uint16)(_timer_counter * (p)) * (q)) >> 16) -- cgit v1.2.3-54-g00ecf