From 3517a2f960faff9c0df7ad36abf04dc630261688 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 23 Apr 2011 20:57:06 +0000 Subject: [PATCH] Whoops. git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3780 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_alias.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/engine/gl/gl_alias.c b/engine/gl/gl_alias.c index db37135ca..534ba6a0d 100644 --- a/engine/gl/gl_alias.c +++ b/engine/gl/gl_alias.c @@ -1438,9 +1438,6 @@ void GL_GenerateNormals(float *orgs, float *normals, int *indicies, int numtris, #endif #endif -#endif // defined(GLQUAKE) - - @@ -1922,4 +1919,6 @@ void BE_GenModelBatches(batch_t **batches) if (cl_numstris) BE_GenPolyBatches(batches); -} \ No newline at end of file +} + +#endif // defined(GLQUAKE)