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:
lalien
2008-03-08 15:15:25 +00:00
parent e16d166277
commit 43ca24dda8
649 changed files with 93359 additions and 82507 deletions
+5 -5
View File
@@ -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