aboutsummaryrefslogtreecommitdiff
path: root/src/crplayer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/crplayer.cc')
-rw-r--r--src/crplayer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crplayer.cc b/src/crplayer.cc
index 1339ada..c4dbd80 100644
--- a/src/crplayer.cc
+++ b/src/crplayer.cc
@@ -282,7 +282,7 @@ TPlayer::~TPlayer(void){
}
// NOTE(fusion): This is used to reset skills back to default. See
- // `LoadData`.
+ // `TPlayer::LoadData`.
for(int SkillNr = 0;
SkillNr < NARRAY(PlayerData->Minimum);
SkillNr += 1){