From b2099678d1a8cfd69f1bd72654571b6a23eed18c 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 b5519f6f..31eb1877 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__