From 78bc8aa0ecb02e20a4dc1e181a01cd39b846ef2f Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 9 Aug 2015 20:35:36 +0200 Subject: [PATCH] Fix compilation with USEPAK=1. --- src/CGraphics.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CGraphics.cpp b/src/CGraphics.cpp index 30f7755..80e8260 100644 --- a/src/CGraphics.cpp +++ b/src/CGraphics.cpp @@ -1134,8 +1134,6 @@ void Graphics::showLoading(int amount, int max) drawRect(120, 420, 400, 10, black, white, screen); drawRect(121, 421, currentLoading, 8, red, screen); - - SDL_UpdateRect(screen, 120, 420, 400, 10); #endif } -- 2.39.5