Files
source/Strategic
rftr bd5b14358d Fix: incorrect path rebuilding in RebuildWayPointsForGroupPath(), incorrect GroupAtFinalDestination() detection (by sun_alf)
*  RebuildWayPointsForGroupPath(): incorrect manipulations with 'iOldDelta' and 'iDelta' lead to skipping a node in 'pHeadOfPath' and to assertion failure as a result:
   AssertMsg( FALSE, String( "Invalid DIAGONAL waypoint being added for groupID %d. AM-0", pGroup->ubGroupID ) );
* GroupAtFinalDestination(): should take into account the amount of WayPoints, otherwise multiple visiting of a sector is not possible (group end up in that sector at first entrance):
   if( ( pGroup->ubSectorX == wp->x ) && ( pGroup->ubSectorY == wp->y ) )

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9348 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2022-03-26 21:00:13 +00:00
..
2021-04-27 04:00:07 +00:00
2021-04-03 03:32:40 +00:00
2022-01-26 01:02:30 +00:00
2020-05-30 14:26:16 +00:00
2014-05-11 05:58:07 +00:00
2013-08-25 13:38:21 +00:00
2022-01-26 01:02:30 +00:00
2020-07-24 19:27:34 +00:00
2021-04-04 17:40:11 +00:00
2022-01-26 01:02:30 +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