[Cleanup] Remove CHECK_LOS_STEP from zone/common.h (#3398)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-06-12 16:04:25 -04:00 committed by GitHub
parent 6c289a7c71
commit 5cbc380c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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