Multi select for gravity gun (#690)

This commit is contained in:
LiamD-Flop
2023-01-16 22:16:06 +01:00
committed by GitHub
parent 61f125901e
commit bc9583b990
3 changed files with 82 additions and 56 deletions

View File

@ -135,6 +135,9 @@ namespace big
switch (selected)
{
case CustomWeapon::GRAVITY_GUN:
ImGui::Checkbox("Launch on release", &g.weapons.gravity_gun.launch_on_release);
break;
case CustomWeapon::VEHICLE_GUN:
// this some ugly ass looking code
static char vehicle_gun[12];