mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Fixed spelling error in event syntax; old one remains for compatibility.
This commit is contained in:
@@ -191,7 +191,7 @@ basic_event::event_conditions::deserialize( cParser &Input ) {
|
||||
else if( token == "trackfree" ) {
|
||||
flags |= flags::track_free;
|
||||
}
|
||||
else if( token == "propability" ) {
|
||||
else if( token == "propability" || "probability") { //remove propability in few years after changing old scenery scripts 01.2021
|
||||
flags |= flags::probability;
|
||||
Input.getTokens();
|
||||
Input >> probability;
|
||||
|
||||
1
ref/asio
Submodule
1
ref/asio
Submodule
Submodule ref/asio added at 22afb86087
Reference in New Issue
Block a user