From 25f8f58913ac074fdcc5bfeed696a4c4083dd25d Mon Sep 17 00:00:00 2001 From: Christoph Sommer Date: Thu, 13 Apr 2006 23:41:56 +0000 Subject: [PATCH] Updated -nogl patch SVN-Revision: 3334 --- contrib/supertux-nogl.diff | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.11.0