Fixed spelling error in event syntax; old one remains for compatibility.

This commit is contained in:
stele
2021-01-23 18:42:25 +01:00
parent 3ac9b0381f
commit 6b214b473f
2 changed files with 2 additions and 1 deletions

View File

@@ -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

Submodule ref/asio added at 22afb86087