- Increase STEEPSLOPE by 1, because the new FIXED2FLOAT rounds toward nearest, and this

makes 45 degree slopes unclimbable again.

SVN r2011 (trunk)
This commit is contained in:
Randy Heit 2009-12-01 01:15:49 +00:00
parent 17553cfbf6
commit f722b10294
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include <stdlib.h>
#define STEEPSLOPE 46341 // [RH] Minimum floorplane.c value for walking
#define STEEPSLOPE 46342 // [RH] Minimum floorplane.c value for walking
#define BONUSADD 6