16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00

alerter fixes, removing obstacles, python config changes

This commit is contained in:
milek7
2019-03-16 12:43:34 +01:00
parent 608af111a2
commit 8b642205eb
12 changed files with 105 additions and 28 deletions

View File

@@ -33,6 +33,12 @@ struct track_switch : public map_object
basic_event *divert_event = nullptr;
};
// training obstacle description
struct obstacle : public map_object
{
TAnimModel *model;
};
struct objects
{
std::vector<std::shared_ptr<map_object>> entries;