mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
Restore missing paren.
This commit is contained in:
parent
ea2b747c73
commit
01853a7b9b
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ Shared_Init8bitPalette()
|
|||
}
|
||||
is8bit = true;
|
||||
|
||||
if (strstr(gl_renderer, "Mesa Glide") {
|
||||
if (strstr(gl_renderer, "Mesa Glide")) {
|
||||
#ifdef HAVE_TDFXGL
|
||||
load_texture(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue