engine: dedicated: add TextureToGamma stub for imagelib
This commit is contained in:
parent
cf7a79bff3
commit
371025dc8e
1 changed files with 5 additions and 0 deletions
|
@ -247,4 +247,9 @@ void CL_HudMessage( const char *pMessage )
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
byte TextureToGamma( byte b )
|
||||||
|
{
|
||||||
|
return b;
|
||||||
|
}
|
||||||
|
|
||||||
#endif // XASH_DEDICATED
|
#endif // XASH_DEDICATED
|
||||||
|
|
Loading…
Add table
Reference in a new issue