Add auto drive stop

This commit is contained in:
Grinch_ 2022-07-20 02:43:52 +06:00
parent 6702b61080
commit 91cf68ab03

View File

@ -1160,7 +1160,7 @@ void Vehicle::ShowPage()
ImGui::Spacing();
if (ImGui::Button(TEXT("Vehicle.AutoDriveStop"), Widget::CalcSize(1)))
{
Command<Commands::WARP_CHAR_INTO_CAR>(hplayer, hveh);
}
ImGui::Spacing();
if (ImGui::BeginTabBar("PassTabaBar"))