Skip to content

Commit

Permalink
Merge pull request #76426 from HadeanLake/engine_on
Browse files Browse the repository at this point in the history
Fix turning engine on from controls interact menu
  • Loading branch information
Maleclypse authored Sep 16, 2024
2 parents 89e6b01 + 7c5e0ab commit e323d72
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 @@ -1956,7 +1956,7 @@ void vehicle::build_interact_menu( veh_menu &menu, const tripoint &p, bool with_
stop_engines();
} else
{
start_engines();
start_engines( &get_player_character() );
}
} );
}
Expand Down

0 comments on commit e323d72

Please sign in to comment.