mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Merged New Inventory Project into main branch
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1871 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+5
-5
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
Filename : pathai.h
|
||||
Author : Ray E. Bornert II
|
||||
Date : 1992-MAR-15
|
||||
Filename : pathai.h
|
||||
Author : Ray E. Bornert II
|
||||
Date : 1992-MAR-15
|
||||
|
||||
Copyright (C) 1993 HixoxiH Software
|
||||
*/
|
||||
@@ -222,7 +222,7 @@ extern BOOLEAN gfPathAroundObstacles;
|
||||
extern UINT8 gubGlobalPathFlags;
|
||||
|
||||
// Ian's terrain values for travelling speed/pathing purposes
|
||||
// Fixed by CJC March 4, 1998. Please do not change these unless familiar
|
||||
// Fixed by CJC March 4, 1998. Please do not change these unless familiar
|
||||
// with how this will affect the path code!
|
||||
|
||||
#define TRAVELCOST_NONE 0
|
||||
@@ -290,7 +290,7 @@ extern UINT8 gubGlobalPathFlags;
|
||||
|
||||
#define NO_COPYROUTE 0
|
||||
#define COPYROUTE 1
|
||||
#define COPYREACHABLE 2
|
||||
#define COPYREACHABLE 2
|
||||
#define COPYREACHABLE_AND_APS 3
|
||||
#define FINDCLIMBPOINTS 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user