mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-19 20:23:54 +00:00
Character creation struct consts
This commit is contained in:
parent
1ef682896a
commit
04e99ee9d6
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ namespace
|
|||
{
|
||||
struct Step
|
||||
{
|
||||
std::string mText;
|
||||
std::string mButtons[3];
|
||||
std::string mSound;
|
||||
ESM::Class::Specialization mSpecializations[3]; // The specialization for each answer
|
||||
const std::string mText;
|
||||
const std::string mButtons[3];
|
||||
const std::string mSound;
|
||||
const ESM::Class::Specialization mSpecializations[3]; // The specialization for each answer
|
||||
};
|
||||
|
||||
Step sGenerateClassSteps(int number) {
|
||||
|
|
Loading…
Reference in a new issue