Fix: if an enemy group is reassigned and ordered to retreat to its sector of creation, have it travel there instead of simply removing it

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7895 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2015-06-20 16:25:53 +00:00
parent 19f61fbb74
commit ceea35b0e9
+3 -1
View File
@@ -6634,7 +6634,9 @@ void ReassignAIGroup( GROUP **pGroup )
} }
} }
} }
TransferGroupToPool( pGroup );
// Flugente: at least have them walk back correctly instead of just having them vanish
SendGroupToPool( pGroup );
} }
//When an enemy AI group is eliminated by the player, apply a grace period in which the //When an enemy AI group is eliminated by the player, apply a grace period in which the