mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Fix: Correct offsets in laptop zoom in/out animation in all 3 resolutions
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@359 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -497,6 +497,8 @@ void RestorePathAIToDefaults( void )
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
INT32 FindBestPath(SOLDIERTYPE *s , INT16 sDestination, INT8 ubLevel, INT16 usMovementMode, INT8 bCopy, UINT8 fFlags )
|
||||
{
|
||||
//__try
|
||||
//{
|
||||
INT32 iDestination = sDestination, iOrigination;
|
||||
INT32 iCnt=-1, iStructIndex;
|
||||
INT32 iLoopStart = 0, iLoopEnd = 0;
|
||||
@@ -2036,6 +2038,11 @@ ENDOFLOOP:
|
||||
gubNPCAPBudget = 0;
|
||||
gubNPCDistLimit = 0;
|
||||
return(0);
|
||||
//}
|
||||
//__except(filter(GetExceptionCode(), GetExceptionInformation()))
|
||||
//{
|
||||
// return (0);
|
||||
//}
|
||||
}
|
||||
|
||||
void GlobalReachableTest( INT16 sStartGridNo )
|
||||
|
||||
Reference in New Issue
Block a user