Skip to content

Commit

Permalink
demanded change
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Dec 13, 2024
1 parent 5643ae5 commit 5153753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/vehicle_turrets_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

static const ammo_effect_str_id ammo_effect_RECYCLED( "RECYCLED" );

static const vproto_id vehicle_prototype_test_turret_rig("test_turret_rig");

static std::vector<const vpart_info *> all_turret_types()
{
std::vector<const vpart_info *> res;
Expand All @@ -39,8 +41,6 @@ static std::vector<const vpart_info *> all_turret_types()
}

// Install, reload and fire every possible vehicle turret.
static const vproto_id vehicle_prototype_test_turret_rig( "test_turret_rig" );

TEST_CASE( "vehicle_turret", "[vehicle][gun][magazine]" )
{
clear_map();
Expand Down

0 comments on commit 5153753

Please sign in to comment.