From: lordhavoc Date: Fri, 2 Nov 2001 10:50:43 +0000 (+0000) Subject: corrected a typo in a comment referring to the e4 hall in start as e1m4 X-Git-Tag: RELEASE_0_2_0_RC1~745 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a2db5e422d226d4e529d2473e822b4b22fd97446;p=xonotic%2Fdarkplaces.git corrected a typo in a comment referring to the e4 hall in start as e1m4 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@997 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_phys.c b/sv_phys.c index fcb8587e..9fc909d3 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -235,7 +235,7 @@ If steptrace is not NULL, the trace of any vertical wall hit will be stored ============ */ // LordHavoc: increased from 5 to 20, to partially fix angled corner sticking -// (example - start.bsp hall to e1m4, leading to the pool there are two +// (example - start.bsp hall to e4, leading to the pool there are two // angled corners, which you could get stuck on, now they are just a one // frame hiccup) #define MAX_CLIP_PLANES 20