Remove u{char,short,int}
FossilOrigin-Name: b5bfe2af86efc76d1ac600bf7cda4a1709aaa95ae2392ee9e3f98ce6d4b14bcf
This commit is contained in:
parent
006dba8370
commit
3a7e871e0e
20 changed files with 109 additions and 100 deletions
|
@ -108,7 +108,7 @@ lightray(float bx, float by, Entity *light)
|
|||
struct sqr *s = S(x >> PRECBITS, y >> PRECBITS);
|
||||
int light = l >> PRECBITS;
|
||||
if (light > s->r)
|
||||
s->r = s->g = s->b = (uchar)light;
|
||||
s->r = s->g = s->b = (unsigned char)light;
|
||||
if (SOLID(s))
|
||||
return;
|
||||
x += stepx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue