From 66a845a33a23b11fe2e96a59bc406e0ed1e6eb87 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Thu, 18 Aug 2016 22:24:36 +0100 Subject: [PATCH] silly me --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index 90c1233d6..7cf3cff04 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -498,7 +498,7 @@ extern const char *compdate, *comptime, *comprevision, *compbranch; /// \note You should leave this enabled unless you're working with a future SRB2 version. #define MUSICSLOT_COMPATIBILITY -/// Experimental attempts at preventing MF2_PAPER objects from getting stuck in walls. +/// Experimental attempts at preventing MF_PAPER objects from getting stuck in walls. //#define PAPER_COLLISIONCORRECTION #endif // __DOOMDEF__