Merge pull request #125 from ToadKing/fix-emscripten

fix emscripten
This commit is contained in:
Twinaphex 2020-01-04 19:52:20 +01:00 committed by GitHub
commit 2bee75833e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{