mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Various Bugfixes by Headrock:
- Fixed: NPC and PC movement errors - Fixed: Boxers in San Mona do not leave the boxing ring after the fight - Fixed: Darren does not pay the cash after you won the boxing fight git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3320 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -738,8 +738,10 @@ INT8 DecideActionGreen(SOLDIERTYPE *pSoldier)
|
||||
// character then didn't trigger the end of boxing record
|
||||
// (and we know from the if statement above that we're
|
||||
// still in a boxing state of some sort...)
|
||||
TriggerEndOfBoxingRecord( NULL );
|
||||
//TriggerEndOfBoxingRecord( NULL );
|
||||
|
||||
// HEADROCK HAM 3.6: This should trigger Darren's script
|
||||
TriggerEndOfBoxingRecord( pSoldier );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user