diff --git a/src/patch2 b/src/patch2 deleted file mode 100644 index 24fb8a960..000000000 --- a/src/patch2 +++ /dev/null @@ -1,29 +0,0 @@ -Index: src/sdl/CVideoDriver.cpp -=================================================================== ---- src/sdl/CVideoDriver.cpp (revision 30) -+++ src/sdl/CVideoDriver.cpp (working copy) -@@ -161,7 +161,9 @@ - Mode = SDL_HWPALETTE; - - // Support for doublebuffering -+#ifndef WIZ - Mode |= SDL_DOUBLEBUF; -+#endif - - // Enable OpenGL - #ifdef USE_OPENGL -Index: src/sdl/CVideoDriver.h -=================================================================== ---- src/sdl/CVideoDriver.h (revision 30) -+++ src/sdl/CVideoDriver.h (working copy) -@@ -69,9 +69,9 @@ - void setFrameskip(unsigned short value); - void setFilter(short value); - void setZoom(short vale); -+ bool initOpenGL(); - #ifdef USE_OPENGL - void enableOpenGL(bool value) { m_opengl = value; } -- bool initOpenGL(); - void setOGLFilter(unsigned char value) { m_opengl_filter = (value==1) ? GL_LINEAR : GL_NEAREST ; } - #else - void enableOpenGL(bool value) { m_opengl = false; } diff --git a/src/patch20092006 b/src/patch20092006 deleted file mode 100644 index 24fb8a960..000000000 --- a/src/patch20092006 +++ /dev/null @@ -1,29 +0,0 @@ -Index: src/sdl/CVideoDriver.cpp -=================================================================== ---- src/sdl/CVideoDriver.cpp (revision 30) -+++ src/sdl/CVideoDriver.cpp (working copy) -@@ -161,7 +161,9 @@ - Mode = SDL_HWPALETTE; - - // Support for doublebuffering -+#ifndef WIZ - Mode |= SDL_DOUBLEBUF; -+#endif - - // Enable OpenGL - #ifdef USE_OPENGL -Index: src/sdl/CVideoDriver.h -=================================================================== ---- src/sdl/CVideoDriver.h (revision 30) -+++ src/sdl/CVideoDriver.h (working copy) -@@ -69,9 +69,9 @@ - void setFrameskip(unsigned short value); - void setFilter(short value); - void setZoom(short vale); -+ bool initOpenGL(); - #ifdef USE_OPENGL - void enableOpenGL(bool value) { m_opengl = value; } -- bool initOpenGL(); - void setOGLFilter(unsigned char value) { m_opengl_filter = (value==1) ? GL_LINEAR : GL_NEAREST ; } - #else - void enableOpenGL(bool value) { m_opengl = false; }