1
0
Fork 0

Cleanup: Unnecessary assignation on FollowTileExit(): done previously on the function.

pull/6843/head
Juanjo 2014-07-15 19:08:00 +02:00 committed by frosch
parent 6a9df285d0
commit 85ebe20a76
1 changed files with 0 additions and 2 deletions

View File

@ -227,8 +227,6 @@ protected:
m_is_station = true;
} else if (IsRoadTT() && IsRoadStopTile(m_new_tile)) {
m_is_station = true;
} else {
m_is_station = false;
}
}