mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-13 22:22:05 +00:00
Fixed Linux build
This commit is contained in:
parent
51bad93179
commit
83042a8223
1 changed files with 2 additions and 2 deletions
|
@ -1339,7 +1339,7 @@ CONSOLE_COMMAND( makePaletteHeader, "load a .pal palette, build an image from it
|
|||
rgb = colors[ i ];
|
||||
idLib::Printf( "\tRGB( %d, %d, %d ),\n", ( int )rgb[0], ( int )rgb[1], ( int )rgb[2] );
|
||||
}
|
||||
idLib::Printf( "};\n\n", numColors );
|
||||
idLib::Printf( "};\n\n" );
|
||||
|
||||
// calc the median absolute deviation
|
||||
idVec3 median = Median( colors );
|
||||
|
@ -1448,4 +1448,4 @@ CONSOLE_COMMAND( makePaletteHeader, "load a .pal palette, build an image from it
|
|||
|
||||
Mem_Free( buffer );
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue