feat: added boat pickup, ballistic armor and keep on ground (#932)

This commit is contained in:
yasmasdas
2023-02-04 23:49:44 +01:00
committed by GitHub
parent fa7e5e5a34
commit b87d4e0e1b
6 changed files with 64 additions and 1 deletions

View File

@ -97,6 +97,7 @@ namespace big
ImGui::Checkbox("FULLY_AUTOMATIC_SIGNAL"_T.data(), &g.vehicle.auto_turn_signals);
}
components::command_checkbox<"driveunder">();
components::command_checkbox<"keeponground">();
ImGui::EndGroup();
}