From b78d951e650f335012c56bbc2fe57a05a6c5feaa Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 30 Apr 2001 23:03:24 +0000 Subject: [PATCH] --- source/platform/platform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/platform/platform.cpp b/source/platform/platform.cpp index f50f6fe73..37e6eaa92 100644 --- a/source/platform/platform.cpp +++ b/source/platform/platform.cpp @@ -108,7 +108,7 @@ // The collision box is this high.. if SB keeps falling through platforms then it *should* be sufficient // just to up this a bit -#define PLATFORMCOLLISIONHEIGHT 50 +#define PLATFORMCOLLISIONHEIGHT 60 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////