mirror of
https://github.com/libretro/libretro-prboom.git
synced 2024-11-23 07:59:39 +00:00
commit
2bee75833e
@ -176,7 +176,7 @@ int R_PointOnSegSide(fixed_t x, fixed_t y, const seg_t *line)
|
||||
return FixedMul(y, ldx>>FRACBITS) >= FixedMul(ldy>>FRACBITS, x);
|
||||
}
|
||||
|
||||
angle_t tantoangle[2049];
|
||||
extern angle_t tantoangle[2049];
|
||||
|
||||
int SlopeDiv(unsigned num, unsigned den)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user