Update angle_t type.

Typically to avoid few overflows.
This commit is contained in:
David Carlier 2018-10-21 07:12:39 +01:00
parent 243df30e08
commit bbefecc258

View file

@ -78,7 +78,7 @@ extern const byte gammatable[5][256];
#define SLOPEBITS 11
#define DBITS (FRACBITS-SLOPEBITS)
typedef unsigned angle_t;
typedef unsigned int angle_t;
// Effective size is 2049;