From 872fc368f7b253f26714fc47323064f270b62b40 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 4 Sep 2012 04:04:49 +0300 Subject: Fix horisontal lines draw in internal guichan. --- src/guichan/sdl/sdlgraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guichan/sdl/sdlgraphics.cpp b/src/guichan/sdl/sdlgraphics.cpp index c3afddb74..e6da83535 100644 --- a/src/guichan/sdl/sdlgraphics.cpp +++ b/src/guichan/sdl/sdlgraphics.cpp @@ -267,7 +267,7 @@ namespace gcn } else { - *(q++) = static_cast(pixel); + *(q++) = pixel; } } break; -- cgit v1.2.3-60-g2f50