YoRyan / open-nec

A free and open-source Train Simulator Classic mod for Northeast Corridor locomotives.
https://opennec.trinancrat.me
GNU General Public License v3.0
7 stars 1 forks source link

GetIsInTunnel Function Possible Typo #16

Closed noahb642 closed 1 month ago

noahb642 commented 4 months ago

Since this is a boolean, I think this should be changed to "return (r as number) === 1;" https://github.com/YoRyan/open-nec/blob/2345e4287b49839b9fa7138b8144daae9aafc571/src/lib/railworks.ts#L502

YoRyan commented 1 month ago

Yes, you're quite right. Thanks so much for the tip. 👍