diff --git a/sc2/src/sc2code/libs/graphics/sdl/opengl.c b/sc2/src/sc2code/libs/graphics/sdl/opengl.c index 46c82158c..297bb5043 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/opengl.c +++ b/sc2/src/sc2code/libs/graphics/sdl/opengl.c @@ -51,6 +51,8 @@ Create_Screen () fprintf (stderr, "Couldn't create screen buffer: %s\n", SDL_GetError()); exit (-1); } + + return result; } int