1
0
Fork 1
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:
Marc Zinnschlag 2010-09-14 09:34:00 +02:00
parent e411c6e833
commit a077e2cb2c
2 changed files with 0 additions and 9 deletions

View file

@ -108,9 +108,4 @@ namespace MWMechanics
{
}
void MechanicsManager::finalizePlayer()
{
}
}

View file

@ -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.
};
}