diff options
Diffstat (limited to 'src/NetherPortalScanner.h')
-rw-r--r-- | src/NetherPortalScanner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/NetherPortalScanner.h b/src/NetherPortalScanner.h index 92af06f98..f3df57c0d 100644 --- a/src/NetherPortalScanner.h +++ b/src/NetherPortalScanner.h @@ -39,8 +39,8 @@ private: static const int SearchSolidBaseWidth = 3; /** Where to place the player out from the face and across the face */ - const double OutOffset = 2; - const double AcrossOffset = 0.5; + static const double OutOffset; + static const double AcrossOffset; /** Builds a portal. */ void BuildNetherPortal(Vector3i a_Location, Direction a_Direction, bool a_IncludePlatform); |