From fc3ec8689b82f1241769ea346fff666460ccfddb Mon Sep 17 00:00:00 2001 From: glx Date: Tue, 19 Jun 2007 15:26:10 +0000 Subject: (svn r10218) -Fix r10216: more compile errors --- src/video/win32_v.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index cf7afea03..b0f8f4f1a 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -236,7 +236,7 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP switch (blitter->UsePaletteAnimation()) { case Blitter::PALETTE_ANIMATION_VIDEO_BACKEND: - UpdatePalette(_pal_first_dirty, _pal_count_dirty); + UpdatePalette(dc2, _pal_first_dirty, _pal_count_dirty); break; case Blitter::PALETTE_ANIMATION_BLITTER: @@ -793,7 +793,7 @@ static void Win32GdiMakeDirty(int left, int top, int width, int height) static void CheckPaletteAnim() { - if (_pal_last_dirty == -1) + if (_pal_count_dirty == 0) return; InvalidateRect(_wnd.main_wnd, NULL, FALSE); } -- cgit v1.2.3-54-g00ecf