From: Christoph Sommer Date: Thu, 13 Apr 2006 23:41:56 +0000 (+0000) Subject: Updated -nogl patch X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=25f8f58913ac074fdcc5bfeed696a4c4083dd25d;p=supertux.git Updated -nogl patch SVN-Revision: 3334 --- diff --git a/contrib/supertux-nogl.diff b/contrib/supertux-nogl.diff index fedd5628e..93e477391 100644 --- a/contrib/supertux-nogl.diff +++ b/contrib/supertux-nogl.diff @@ -156,7 +156,7 @@ diff -Naur supertux/src/main.cpp supertux-nogl/src/main.cpp #include "gameconfig.hpp" #include "resources.hpp" -@@ -269,44 +265,6 @@ +@@ -269,46 +265,6 @@ ; } @@ -185,9 +185,11 @@ diff -Naur supertux/src/main.cpp supertux-nogl/src/main.cpp - case GL_OUT_OF_MEMORY: - errormsg = "out of memory"; - break; +-#ifdef GL_TABLE_TOO_LARGE - case GL_TABLE_TOO_LARGE: - errormsg = "table too large"; - break; +-#endif - default: - errormsg = "unknown error number"; - break;