From: Guus Sliepen Date: Sun, 9 Aug 2015 18:35:36 +0000 (+0200) Subject: Fix compilation with USEPAK=1. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78bc8aa0ecb02e20a4dc1e181a01cd39b846ef2f;p=quix0rs-blobwars.git Fix compilation with USEPAK=1. --- 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 }