diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -68,9 +68,11 @@ static int WantCDRom = 1; static int WantJoystick = 1; #endif +#if 0 /* NVIDIA gl.h breaks this */ #if GL_EXT_secondary_color PFNGLSECONDARYCOLORPOINTEREXTPROC pglSecondaryColorPointerEXT; #endif +#endif /* ** */ @@ -509,6 +511,7 @@ int SetOGLVideoMode(int Width, int Height) /* printf("OpenGL Extensions: %s\n", ext); */ +#if 0 /* NVIDIA header problem */ #if GL_EXT_secondary_color pglSecondaryColorPointerEXT = NULL; @@ -525,6 +528,7 @@ int SetOGLVideoMode(int Width, int Height) printf("GL_EXT_secondary_color not found...\n"); } #endif +#endif InitOpenGL(); |
