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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user