Files
source/Strategic
Flugente c8eda14e2b Work has begun to enable strategic movement for other teams than just player and enemy.
- I've changed the GROUP struct - instead of BOOLEAN fPlayer we now have UINT8 usGroupTeam.
- To further simplify the code, I've replaced 
UINT8 NumEnemiesInSector( INT16 sSectorX, INT16 sSectorY ); 
with 
UINT8 NumNonPlayerTeamMembersInSector( INT16 sSectorX, INT16 sSectorY, UINT8 ubTeam );

In the next days, more strategic functions will be simplified, merged and replaced.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7707 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2015-01-06 00:50:25 +00:00
..
2014-08-31 20:42:20 +00:00
2014-05-11 05:58:07 +00:00
2014-05-11 05:58:07 +00:00
2013-08-25 13:38:21 +00:00
2014-08-31 20:42:20 +00:00
2014-04-06 14:43:48 +00:00
2014-08-31 20:42:20 +00:00
2014-07-19 13:48:27 +00:00
2014-10-17 16:25:58 +00:00
2010-02-20 15:49:46 +00:00
2014-06-03 18:42:29 +00:00
2014-06-18 18:10:07 +00:00
2014-06-10 19:41:04 +00:00
2014-08-31 20:42:20 +00:00
2010-02-20 15:49:46 +00:00
2014-10-13 19:23:44 +00:00
2013-02-25 22:25:45 +00:00