diff options
Diffstat (limited to 'games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp')
-rw-r--r-- | games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp b/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp deleted file mode 100644 index 4489ed1811ba..000000000000 --- a/games/scorched3d/files/patch-src-GLEXT-GLBitmap.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/GLEXT/GLBitmap.cpp.orig Thu Feb 26 23:00:26 2004 -+++ ./src/GLEXT/GLBitmap.cpp Sun May 30 22:43:45 2004 -@@ -22,7 +22,7 @@ - #include <math.h> - #include <GLEXT/GLState.h> - #include <GLEXT/GLBitmap.h> --#include <SDL/SDL.h> -+#include <SDL11/SDL.h> - - GLBitmap::GLBitmap() : - width_(0), height_(0), alpha_(false), newbits_(0) |