Add auto drive stop
This commit is contained in:
parent
6702b61080
commit
91cf68ab03
@ -1160,7 +1160,7 @@ void Vehicle::ShowPage()
|
|||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
if (ImGui::Button(TEXT("Vehicle.AutoDriveStop"), Widget::CalcSize(1)))
|
if (ImGui::Button(TEXT("Vehicle.AutoDriveStop"), Widget::CalcSize(1)))
|
||||||
{
|
{
|
||||||
|
Command<Commands::WARP_CHAR_INTO_CAR>(hplayer, hveh);
|
||||||
}
|
}
|
||||||
ImGui::Spacing();
|
ImGui::Spacing();
|
||||||
if (ImGui::BeginTabBar("PassTabaBar"))
|
if (ImGui::BeginTabBar("PassTabaBar"))
|
||||||
|
Loading…
Reference in New Issue
Block a user