feat(self & vehicle): Added mobile radio and turning off engine. (#572)

This commit is contained in:
SpaghettDev
2022-11-11 11:51:40 -06:00
committed by GitHub
parent 2e2b8cccc4
commit 07ce825a07
7 changed files with 69 additions and 0 deletions

View File

@ -80,6 +80,8 @@ namespace big
ImGui::Checkbox("No Collision", &g->self.no_collision);
ImGui::Checkbox("Mobile Radio", &g->self.mobile_radio);
ImGui::EndGroup();
ImGui::Separator();