From 26236498718f802d73bbe59784c5bd2245621a36 Mon Sep 17 00:00:00 2001 From: spherallic <spherallic@gmail.com> Date: Wed, 28 Sep 2022 22:57:34 +0200 Subject: [PATCH] "That line shouldn't be there at all :v" -MascaraSnake --- src/deh_tables.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/deh_tables.c b/src/deh_tables.c index 302fa4245..e45d552c9 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -5357,7 +5357,6 @@ struct int_const_s const INT_CONST[] = { {"FOF_PLATFORM",FOF_PLATFORM}, ///< You can jump up through this to the top. {"FOF_REVERSEPLATFORM",FOF_REVERSEPLATFORM}, ///< A fall-through floor in normal gravity, a platform in reverse gravity. {"FOF_INTANGIBLEFLATS",FOF_INTANGIBLEFLATS}, ///< Both flats are intangible, but the sides are still solid. - {"FF_INTANGABLEFLATS",FOF_INTANGIBLEFLATS}, ///< Both flats are intangable, but the sides are still solid. //TODO {"FOF_RIPPLE",FOF_RIPPLE}, ///< Ripple the flats {"FOF_COLORMAPONLY",FOF_COLORMAPONLY}, ///< Only copy the colormap, not the lightlevel {"FOF_BOUNCY",FOF_BOUNCY}, ///< Bounces players -- GitLab