From f722b10294fd126affbd95a6550a24a8102100b9 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 1 Dec 2009 01:15:49 +0000 Subject: [PATCH] - Increase STEEPSLOPE by 1, because the new FIXED2FLOAT rounds toward nearest, and this makes 45 degree slopes unclimbable again. SVN r2011 (trunk) --- src/p_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_local.h b/src/p_local.h index 31096fb8c..84a50bb5d 100644 --- a/src/p_local.h +++ b/src/p_local.h @@ -31,7 +31,7 @@ #include -#define STEEPSLOPE 46341 // [RH] Minimum floorplane.c value for walking +#define STEEPSLOPE 46342 // [RH] Minimum floorplane.c value for walking #define BONUSADD 6