diff options
| author | Steven Fuller <relnev@icculus.org> | 2002-01-10 02:53:02 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 8e87ff0f3e5787ba93d615b1c27749b5f7d65abc (patch) | |
| tree | b6df25ca297a16e7d077075bdb27cd63231566af /src/main.c | |
| parent | 08545b98c621ca2303108db79154046f360451eb (diff) | |
Commented out secondary color stuff due to nvidia header lameness
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(); |
