mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- increased max size of visible range and cover display
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@221 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -10,12 +10,11 @@
|
||||
//******* Local Defines **************************************************
|
||||
|
||||
|
||||
#define DC_MAX_COVER_RANGE 31
|
||||
#define DC_MAX_COVER_RANGE 42 //31
|
||||
#define DC__SOLDIER_VISIBLE_RANGE 42 //31
|
||||
|
||||
#define DC__SOLDIER_VISIBLE_RANGE 31
|
||||
|
||||
#define DC__MIN_SIZE 4
|
||||
#define DC__MAX_SIZE 11
|
||||
#define DC__MIN_SIZE 4
|
||||
#define DC__MAX_SIZE 21 //11
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user