mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- 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:
parent
17553cfbf6
commit
f722b10294
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
#include <stdlib.h>
|
#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
|
#define BONUSADD 6
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue