feat(Vehicle): Added horn boost

This commit is contained in:
Yimura
2021-05-20 23:18:44 +02:00
parent 964897df4e
commit 6cde27e7e7
5 changed files with 42 additions and 9 deletions

View File

@ -32,6 +32,8 @@ namespace big
ImGui::TreePop();
}
ImGui::Checkbox("Horn Boost", &g.vehicle.horn_boost);
ImGui::EndTabItem();
}
}