diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guichan/sdl/sdlgraphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<uint8_t>(pixel); + *(q++) = pixel; } } break; |