Skip to content

Commit

Permalink
KOTOR: Mark code duplication in CharacterGenerationInfo::getModel()
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed May 15, 2018
1 parent 44bea77 commit 0708677
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/engines/kotor/gui/chargen/chargeninfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ Creature *CharacterGenerationInfo::getCharacter() const {
}

Graphics::Aurora::Model *CharacterGenerationInfo::getModel() {
// TODO: This duplicates code in Creature::createPC()

if (_body)
return _body.get();

Expand Down

0 comments on commit 0708677

Please sign in to comment.