From 35cc1d41d4a3ecdcf893f5df8f342aaa582f544b Mon Sep 17 00:00:00 2001 From: gewlitys Date: Wed, 15 Jan 2003 15:02:04 +0000 Subject: [PATCH] Fixed a problem in Create_Screen() git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@555 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/opengl.c | 2 ++ 1 file changed, 2 insertions(+) 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