Commit e67c4f7a881de6506547cd03891546cb420b4c48

Authored by Carlos Picanco
1 parent 9765ba5a
Exists in master

runner: fix missing individual messages

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
experiment_runner/units/game_actors.pas
... ... @@ -696,7 +696,7 @@ var
696 696 PopUpPos : TPoint;
697 697 begin
698 698 PopUpPos.X := 0;
699   - if gscA in FStyle then
  699 + if (gscA in FStyle) or (gscI in FStyle) then
700 700 PopUpPos.Y := AControl.Top+AControl.Height-20;
701 701  
702 702 if gscB in FStyle then
... ...