Skip to content

Commit

Permalink
hide parameter that can't be used yet
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Feb 6, 2025
1 parent a3d8d6a commit bdad918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vehicle_use.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ void vehicle::use_dishwasher( int p )
}
}

void vehicle::use_monster_capture( int part, map *here, const tripoint_bub_ms &pos )
void vehicle::use_monster_capture( int part, map */*here*/, const tripoint_bub_ms &pos )
{
if( parts[part].is_broken() || parts[part].removed ) {
return;
Expand Down

0 comments on commit bdad918

Please sign in to comment.