mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
map ai command send feature, debug window event queue feature, fix timeoverride, ai restores light settings after clearing setsignal
This commit is contained in:
@@ -67,9 +67,13 @@ class obstacle_remove_window : public popup
|
||||
|
||||
class vehicle_click_window : public popup
|
||||
{
|
||||
std::shared_ptr<map::vehicle> m_obstacle;
|
||||
std::shared_ptr<map::vehicle> m_vehicle;
|
||||
command_relay m_relay;
|
||||
|
||||
std::array<char, 128> command_buf = { 0 };
|
||||
int command_param1 = 0;
|
||||
int command_param2 = 0;
|
||||
|
||||
public:
|
||||
vehicle_click_window(ui_panel &panel, std::shared_ptr<map::vehicle> &&obstacle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user