Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlthelama committed Jan 25, 2024
1 parent 3216bb7 commit 2c9dc3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/actor/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ namespace actor {
a_player_data->value = util::player::get_is_beast(a_player);
break;
case setting_data::player_data::stat::xp:
//TODO broken
a_player_data->value = util::player::get_xp(a_player);
break;
case setting_data::player_data::stat::arrow_damage:
Expand Down
1 change: 0 additions & 1 deletion src/util/player/perkvisitor.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once

//TODO update clib
namespace util {
class perk_visitor : public RE::PerkEntryVisitor {
public:
Expand Down

0 comments on commit 2c9dc3d

Please sign in to comment.