mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-21 10:23:52 +00:00
changed character creation interface to enforce a Redemption-compatible implementation
This commit is contained in:
parent
e411c6e833
commit
a077e2cb2c
2 changed files with 0 additions and 9 deletions
|
@ -108,9 +108,4 @@ namespace MWMechanics
|
|||
{
|
||||
|
||||
}
|
||||
|
||||
void MechanicsManager::finalizePlayer()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,10 +63,6 @@ namespace MWMechanics
|
|||
|
||||
void setPlayerClass (const ESM::Class& class_);
|
||||
///< Set player class to custom class.
|
||||
|
||||
void finalizePlayer();
|
||||
///< Configure player according to previously called setPlayer functions.
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue