projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69f1433
)
Updated -nogl patch
author
Christoph Sommer
<mail@christoph-sommer.de>
Thu, 13 Apr 2006 23:41:56 +0000
(23:41 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Thu, 13 Apr 2006 23:41:56 +0000
(23:41 +0000)
SVN-Revision: 3334
contrib/supertux-nogl.diff
patch
|
blob
|
history
diff --git
a/contrib/supertux-nogl.diff
b/contrib/supertux-nogl.diff
index
fedd562
..
93e4773
100644
(file)
--- 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,4
4
+265,6 @@
+@@ -269,4
6
+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;