Skip to content

Commit

Permalink
Bug fix...maybe.
Browse files Browse the repository at this point in the history
  • Loading branch information
TetsuOtter committed Apr 30, 2019
1 parent 0e6017c commit 2c5b9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LimExpTIMS/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static internal void SetBrake(int b)
{
if (TRBIDSppLoaded) TRBIDSpp.SetBrake(b);
if (AskATSPsPLoaded) AskATSPsP.SetBrake(b);
if (KikuSC59ALoaded) KikuSC59A.SetBrake(b);
if (KikuSC59ALoaded && b != 1) KikuSC59A.SetBrake(b);//b==1(抑速段)のときはそれを送らない。
if (KikuTIMSLoaded) KikuTIMS.SetBrake(b);
BNum = b;
}
Expand Down

0 comments on commit 2c5b9f3

Please sign in to comment.