Skip to content

Commit

Permalink
Update src/activity_actor.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: OrenAudeles <orenaudeles@gmail.com>
  • Loading branch information
Goredell and OrenAudeles authored Feb 19, 2025
1 parent 6527b7c commit d0091cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activity_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ static hack_type get_hack_type( tripoint examp )
void hacking_activity_actor::start( player_activity &act, Character & )
{
hack_type type = get_hack_type( act.placement );
std::string name = "";
std::string name;

switch( type ) {
case hack_type::HACK_SAFE:
Expand Down

0 comments on commit d0091cf

Please sign in to comment.