1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Change from TrackManager::returnMode to TrackManager::getMode

This commit is contained in:
Harald Barth
2023-11-27 08:15:07 +01:00
parent 96fdbfdc89
commit 1f05ef42d2
4 changed files with 5 additions and 4 deletions

View File

@@ -641,7 +641,7 @@ bool TrackManager::isProg(byte t) {
return false;
}
byte TrackManager::returnMode(byte t) {
TRACK_MODE TrackManager::getMode(byte t) {
return (track[t]->getMode());
}