Skip to content

Commit 1aafb8e

Browse files
committed
Minor refactoring
1 parent de66d59 commit 1aafb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tables.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ fixed_t finetangent(angle_t angle) {
26042604
fixed_t finesine(angle_t angle) {
26052605
int o, res;
26062606
unsigned q;
2607-
static int16_t offset[4] = { 0, 16, -16, 32 };
2607+
static int8_t offset[4] = { 0, 16, -16, 32 };
26082608
const unsigned short *s;
26092609

26102610
angle &= FINEMASK;

0 commit comments

Comments
 (0)