use stringtorgb and stringtoindex functions for crosshaircolor and r_menutint
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2077 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3e6c4e4c34
commit
973d2830a0
6 changed files with 92 additions and 89 deletions
|
@ -1008,6 +1008,8 @@ void Editor_Draw(void);
|
|||
void Editor_Init(void);
|
||||
#endif
|
||||
|
||||
void SCR_StringToRGB (char *rgbstring, float *rgb, float rgbinputscale);
|
||||
int SCR_StringToPalIndex (char *rgbstring, float rgbinputscale);
|
||||
|
||||
|
||||
void CL_AddVWeapModel(entity_t *player, int model);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue