From 9d620a20a0d1fa6af8b6af044610563a7af77712 Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Sat, 13 Jun 2015 16:09:43 -0500 Subject: Work on NetherPortalScanner. Setup portal scanner to reset PortalCooldown. Changed where player is spawned. Added a_InitSpawn flag to CreateAndInitializeWorld. --- src/NetherPortalScanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/NetherPortalScanner.h') diff --git a/src/NetherPortalScanner.h b/src/NetherPortalScanner.h index 89ffd7d0e..393859b4d 100644 --- a/src/NetherPortalScanner.h +++ b/src/NetherPortalScanner.h @@ -40,7 +40,7 @@ private: static const int SearchSolidBaseWidth = 3; /** Where to place the player out from the face and across the face */ - const double OutOffset = 1.5; + const double OutOffset = 0.5; const double AcrossOffset = 0.5; /** Builds a portal. */ -- cgit v1.2.3