Skip to content

Commit

Permalink
Forgot to save before comitting again.
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11012 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
prissi committed Nov 28, 2023
1 parent 7eaa807 commit c93e7a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Simutrans.sln
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Global
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x64.ActiveCfg = Debug|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x64.Build.0 = Debug|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Debug|x86.ActiveCfg = Debug|Win32
{0621B295-BEB7-4767-82F1-F27995610323}.Release|x64.ActiveCfg = Release|x64
{0621B295-BEB7-4767-82F1-F27995610323}.Release|x86.ActiveCfg = Release|Win32
Expand Down
2 changes: 1 addition & 1 deletion src/simutrans/vehicle/simroadtraffic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ void private_car_t::calc_disp_lane()
if overtaking as there are fíve "display lanes" in simutrans
which determine their drawing order. */
bool heading_left = (get_direction() & ribi_t::southwest) != 0;
if (heading_left ^ (cnv && cnv->is_overtaking())) {
if (heading_left ^ is_overtaking()) {
disp_lane ^= 2;
}
}
Expand Down

0 comments on commit c93e7a2

Please sign in to comment.