Skip to content

Commit

Permalink
removed an unwanted code comment from
Browse files Browse the repository at this point in the history
the previous commit
  • Loading branch information
ThePotatomancer committed Sep 2, 2024
1 parent ae361e0 commit f437598
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handle_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,6 @@ static void cast_spell()
if( sp.id().is_null() ) {
return;
}
// spell &sp = player_character.magic->get_spell( selected_spell_id );
player_character.cast_spell( sp, false, std::nullopt );
}

Expand Down

0 comments on commit f437598

Please sign in to comment.