fixed stupid mistake
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1430 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a209f955f3
commit
e2f76d2861
1 changed files with 1 additions and 1 deletions
|
@ -1340,7 +1340,7 @@ void GLDraw_Crosshair(void)
|
|||
c2 = c;
|
||||
|
||||
VectorScale(chcolor, 1/255, chcolor); // scale 0-255 to 0-1 range
|
||||
chmodified == crosshaircolor.modified;
|
||||
chmodified = crosshaircolor.modified;
|
||||
}
|
||||
|
||||
if (*crosshairimage.string)
|
||||
|
|
Loading…
Reference in a new issue