1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Tutorial load game mode

This commit is contained in:
nordsoft
2023-08-09 15:29:48 +04:00
parent 04c0124759
commit f4869cbfb0
4 changed files with 9 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ enum ESelectionScreen : ui8 {
enum ELoadMode : ui8
{
NONE = 0, SINGLE, MULTI, CAMPAIGN
NONE = 0, SINGLE, MULTI, CAMPAIGN, TUTORIAL
};
/// The main menu screens listed in the EState enum