From 26073887f2ccc5abda710e9ee430d8316e426b82 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Sun, 3 Jun 2001 23:40:51 +0000 Subject: [PATCH] added a newline to the end git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@229 d7cf8633-e32d-0410-b094-e92efae38249 --- world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world.h b/world.h index 7d829946..c6cc8a83 100644 --- a/world.h +++ b/world.h @@ -82,4 +82,4 @@ trace_t SV_Move (vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int type, e // passedict is explicitly excluded from clipping checks (normally NULL) -extern qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace); \ No newline at end of file +extern qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f, vec3_t p1, vec3_t p2, trace_t *trace); -- 2.39.2