(Glide64) mudlord forgot to remove the now unused GL proc name strings.
This commit is contained in:
parent
15e389cbe2
commit
ce939718d8
|
@ -15981,15 +15981,10 @@ void InitCombine ()
|
|||
if (const char * extstr = strstr(extensions, "COMBINE")) {
|
||||
if (!strncmp(extstr, "COMBINE", 7)) {
|
||||
LOG ("extensions ");
|
||||
char strColorCombineExt[] = "grColorCombineExt";
|
||||
cmb.grColorCombineExt = (GRCOLORCOMBINEEXT) grColorCombineExt;
|
||||
char strAlphaCombineExt[] = "grAlphaCombineExt";
|
||||
cmb.grAlphaCombineExt = (GRCOLORCOMBINEEXT)grAlphaCombineExt;
|
||||
char strTexColorCombineExt[] = "grTexColorCombineExt";
|
||||
cmb.grTexColorCombineExt = (GRTEXCOLORCOMBINEEXT)grTexColorCombineExt ;
|
||||
char strTexAlphaCombineExt[] = "grTexAlphaCombineExt";
|
||||
cmb.grTexAlphaCombineExt = (GRTEXCOLORCOMBINEEXT) grTexAlphaCombineExt ;
|
||||
char strConstantColorValueExt[] = "grConstantColorValueExt";
|
||||
cmb.grConstantColorValueExt = (GRCONSTANTCOLORVALUEEXT) grConstantColorValueExt;
|
||||
if (cmb.grColorCombineExt && cmb.grAlphaCombineExt &&
|
||||
cmb.grTexColorCombineExt && cmb.grTexAlphaCombineExt)
|
||||
|
|
Loading…
Reference in New Issue