mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 11:39:19 +02:00
Add missing ":" at end of i-cabactivated
This commit is contained in:
@@ -10078,7 +10078,8 @@ bool TTrain::initialize_button(cParser &Parser, std::string const &Label, int co
|
|||||||
{ "i-universal7:", btUniversals[ 7 ] },
|
{ "i-universal7:", btUniversals[ 7 ] },
|
||||||
{ "i-universal8:", btUniversals[ 8 ] },
|
{ "i-universal8:", btUniversals[ 8 ] },
|
||||||
{ "i-universal9:", btUniversals[ 9 ] },
|
{ "i-universal9:", btUniversals[ 9 ] },
|
||||||
{ "i-cabactived", btCabActived }
|
{ "i-cabactived:", btCabActived },
|
||||||
|
|
||||||
};
|
};
|
||||||
{
|
{
|
||||||
auto lookup = lights.find( Label );
|
auto lookup = lights.find( Label );
|
||||||
|
|||||||
Reference in New Issue
Block a user