aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
diff options
context:
space:
mode:
authorMax Horn2003-06-20 01:12:34 +0000
committerMax Horn2003-06-20 01:12:34 +0000
commit2a1b3d633d2ed96a9d51a517c67e95575296502e (patch)
tree308a51e6707bcdaacf51474411c2350946f5b692 /backends/sdl
parent5cd8bc2942a74c64f5671ac1122987d2669ac81a (diff)
downloadscummvm-rg350-2a1b3d633d2ed96a9d51a517c67e95575296502e.tar.gz
scummvm-rg350-2a1b3d633d2ed96a9d51a517c67e95575296502e.tar.bz2
scummvm-rg350-2a1b3d633d2ed96a9d51a517c67e95575296502e.zip
oops
svn-id: r8567
Diffstat (limited to 'backends/sdl')
-rw-r--r--backends/sdl/fb2opengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/fb2opengl.h b/backends/sdl/fb2opengl.h
index 021ce90da4..a1eb158b3a 100644
--- a/backends/sdl/fb2opengl.h
+++ b/backends/sdl/fb2opengl.h
@@ -124,7 +124,7 @@ void FB2GL::makeTextures() {
if (flags & FB2GL_RGBA) {
mode = GL_RGBA;
- buffer1 = (unsigned char *)RGBAFrameBuffer1;
+ buffer1 = RGBAFrameBuffer1;
buffer2 = RGBAFrameBuffer2;
} else {
mode = GL_RGBA;