Skip to content

Commit

Permalink
Merge pull request #94 from paulotten/tactic_center
Browse files Browse the repository at this point in the history
Center on the current mecha before displaying the begin turn message
  • Loading branch information
jwvhewitt authored Jan 20, 2019
2 parents 578ffa8 + 3729b6c commit d364b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arenaplay.pp
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ implementation
if ( CallTime <= Camp^.GB^.ComTime ) and CanTakeTurn( M ) then begin
if GearOperational( M ) then begin
if IsPlayerMek and not DidBeginTurn then begin
FocusOnMek( Camp^.GB, M );
{$IFDEF SDLMODE}
InitMapDisplay( Camp^.GB, M );
{$ENDIF}
BeginTurn( Camp^.GB , M );
DidBeginTurn := True;
end;
Expand Down

0 comments on commit d364b80

Please sign in to comment.