mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +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;
|
is8bit = true;
|
||||||
|
|
||||||
if (strstr(gl_renderer, "Mesa Glide") {
|
if (strstr(gl_renderer, "Mesa Glide")) {
|
||||||
#ifdef HAVE_TDFXGL
|
#ifdef HAVE_TDFXGL
|
||||||
load_texture(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
|
load_texture(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue