From c3cc5eb87891c06b636409342fd86e4d8893c549 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 27 Apr 2008 01:45:21 -0700 Subject: Made sin/cos tables const. Made the sin/cos/arcsin/arccos tables const and removed the redundant externs that were scattered about. --- src/opengl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/opengl.c') diff --git a/src/opengl.c b/src/opengl.c index 327500a..e015133 100644 --- a/src/opengl.c +++ b/src/opengl.c @@ -2536,8 +2536,6 @@ void BltImage(RECT *dest, DDSurface *image, RECT *src) /* Hacked in special effects */ -extern int sine[]; -extern int cosine[]; extern int NormalFrameTime; void UpdateForceField(void); -- cgit v1.3