mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
ai alert mode
This commit is contained in:
@@ -59,6 +59,12 @@ struct obstacle : public map_object
|
||||
}
|
||||
};
|
||||
|
||||
// vehicle wrapper for map display
|
||||
struct vehicle : public map_object
|
||||
{
|
||||
TDynamicObject *dynobj = nullptr;
|
||||
};
|
||||
|
||||
struct objects
|
||||
{
|
||||
std::vector<std::shared_ptr<map_object>> entries;
|
||||
|
||||
Reference in New Issue
Block a user