mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Added memory leak detection to "new" operator
Prevent merc in slot 0 from disappearing due to errant schedule. Still need to find and fix schedule though Prevent attempts to turn or climb roof when soldier collapsed Fix problems when mortar or RPG randomly assigned to a soldier but cannot be added for whatever reason Pathing favors beginning path on orthogonal and using as few turns as possible (mostly old behavior). Prevent interruptions when soldier climbs up, which can cause fall into building just below the target roof position Fix pauses due to soldiers hurt in previous turn Fix soldier path not reaching destination when thrown by explosion damage or heavy gunfire Restore pathing to cave and underground exits Fix too many AI ending up on the roofs git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1588 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+1
-1
@@ -583,7 +583,7 @@ UINT32 MainGameScreenHandle(void)
|
||||
// Check timer that could have been set to do anything
|
||||
CheckCustomizableTimer();
|
||||
|
||||
// HAndle physics engine
|
||||
// Handle physics engine
|
||||
SimulateWorld( );
|
||||
|
||||
// Handle strategic engine
|
||||
|
||||
Reference in New Issue
Block a user