diff --git a/sc2/src/sc2code/libs/graphics/sdl/opengl.c b/sc2/src/sc2code/libs/graphics/sdl/opengl.c index 1f02f53d9..25acbd1c3 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/opengl.c +++ b/sc2/src/sc2code/libs/graphics/sdl/opengl.c @@ -27,8 +27,8 @@ static SDL_Surface *scaled_display; static SDL_Surface *scaled_transition; static int ScreenFilterMode; -static unsigned int DisplayTexture; -static unsigned int TransitionTexture; +static GLuint DisplayTexture; +static GLuint TransitionTexture; static BOOLEAN scanlines; static BOOLEAN upload_transitiontexture = FALSE;