mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 04:45:36 +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
|
struct Step
|
||||||
{
|
{
|
||||||
std::string mText;
|
const std::string mText;
|
||||||
std::string mButtons[3];
|
const std::string mButtons[3];
|
||||||
std::string mSound;
|
const std::string mSound;
|
||||||
ESM::Class::Specialization mSpecializations[3]; // The specialization for each answer
|
const ESM::Class::Specialization mSpecializations[3]; // The specialization for each answer
|
||||||
};
|
};
|
||||||
|
|
||||||
Step sGenerateClassSteps(int number) {
|
Step sGenerateClassSteps(int number) {
|
||||||
|
|
Loading…
Reference in a new issue