]> git.mxchange.org Git - quix0rs-blobwars.git/commitdiff
Fix compilation with USEPAK=1.
authorGuus Sliepen <guus@debian.org>
Sun, 9 Aug 2015 18:35:36 +0000 (20:35 +0200)
committerGuus Sliepen <guus@debian.org>
Sun, 9 Aug 2015 18:35:36 +0000 (20:35 +0200)
src/CGraphics.cpp

index 30f775507dbb8a26bc2bf466622e819790c4fc33..80e8260e99123c6143fef3ff0f5350c292d8c55b 100644 (file)
@@ -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
 }