summaryrefslogtreecommitdiff
path: root/src/tables.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-17 19:49:24 +0000
committerSimon Howard2008-09-17 19:49:24 +0000
commit3dc8f945820e08c698d4aed66f4f7bf4a9eb9401 (patch)
tree382c33b3579b9903379efc0199de832e0b7839cb /src/tables.c
parent3f667115be72b279ebe3c60ae8cb897d6a94c253 (diff)
downloadchocolate-doom-3dc8f945820e08c698d4aed66f4f7bf4a9eb9401.tar.gz
chocolate-doom-3dc8f945820e08c698d4aed66f4f7bf4a9eb9401.tar.bz2
chocolate-doom-3dc8f945820e08c698d4aed66f4f7bf4a9eb9401.zip
Move finecosine variable into tables.c.
Subversion-branch: /branches/raven-branch Subversion-revision: 1239
Diffstat (limited to 'src/tables.c')
-rw-r--r--src/tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tables.c b/src/tables.c
index ffafeb7e..9c014513 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -1866,7 +1866,7 @@ const int finesine[10240] =
65534,65535,65535,65535,65535,65535,65535,65535
};
-
+const fixed_t *finecosine = &finesine[FINEANGLES/4];
const angle_t tantoangle[2049] =
{