From 5cbc380c624e834cf22ed69b71cda772afad5ea0 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:04:25 -0400 Subject: [PATCH] [Cleanup] Remove CHECK_LOS_STEP from zone/common.h (#3398) # Notes - This is unused. --- zone/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/common.h b/zone/common.h index 9e8a4f0f0..64e792250 100644 --- a/zone/common.h +++ b/zone/common.h @@ -18,7 +18,6 @@ //LOS Parameters: #define HEAD_POSITION 0.9f //ratio of GetSize() where NPCs see from #define SEE_POSITION 0.5f //ratio of GetSize() where NPCs try to see for LOS -#define CHECK_LOS_STEP 1.0f #define ARCHETYPE_HYBRID 1 #define ARCHETYPE_CASTER 2