mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 21:40:15 +00:00
changed character creation interface to enforce a Redemption-compatible implementation
This commit is contained in:
parent
e411c6e833
commit
a077e2cb2c
@ -108,9 +108,4 @@ namespace MWMechanics
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MechanicsManager::finalizePlayer()
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -63,10 +63,6 @@ namespace MWMechanics
|
|||||||
|
|
||||||
void setPlayerClass (const ESM::Class& class_);
|
void setPlayerClass (const ESM::Class& class_);
|
||||||
///< Set player class to custom class.
|
///< Set player class to custom class.
|
||||||
|
|
||||||
void finalizePlayer();
|
|
||||||
///< Configure player according to previously called setPlayer functions.
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user