mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Little Alien
- Deadlock delay adjustable in ja2.ini - Sight Range adjustable in ja2.ini git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@55 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -61,7 +61,10 @@ UINT8 gubAICounter;
|
||||
// lots of other stuff, I think
|
||||
//
|
||||
|
||||
#define DEADLOCK_DELAY 10000 //Madd - let's see what this does -- orig: 15000
|
||||
extern UINT8 gubDeadLockDelay;
|
||||
|
||||
//#define DEADLOCK_DELAY 10000 //Madd - let's see what this does -- orig: 15000
|
||||
#define DEADLOCK_DELAY ( gubDeadLockDelay * 1000 )
|
||||
|
||||
// Very representing if this computer is the host, therefore controlling the ai
|
||||
extern BYTE gfAmIHost;
|
||||
|
||||
Reference in New Issue
Block a user