From a9d3789c37ccc276ec73b1c66ebee3cc5bb1f372 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Tue, 18 Sep 2018 23:56:26 -0400 Subject: [PATCH] Enable noclip cam again. It's just... TOO good, despite the couple of issues with it --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index b5519f6fd..31eb1877f 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -546,6 +546,6 @@ extern const char *compdate, *comptime, *comprevision, *compbranch; /// SRB2Kart: Camera always has noclip. /// \note Kind of problematic. If we decide to keep this on, we'll need serious map changes. -//#define NOCLIPCAM +#define NOCLIPCAM #endif // __DOOMDEF__