Video tutorial dialog, only one bus tutorial for now

This commit is contained in:
pelya
2015-03-15 23:00:51 +02:00
parent cdde929500
commit 1e5fb9290c
8 changed files with 228 additions and 6 deletions
+2
View File
@@ -46,6 +46,7 @@
#include "game/game.hpp"
#include "goal_base.h"
#include "story_base.h"
#include "tutorial_gui.h"
#include "widgets/toolbar_widget.h"
@@ -1145,6 +1146,7 @@ static CallBackFunction MenuClickHelp(int index)
{
switch (index) {
case 0: return PlaceLandBlockInfo();
case 1: ShowTutorialWindow(); break;
case 2: IConsoleSwitch(); break;
case 3: ShowAIDebugWindow(); break;
case 4: MenuClickSmallScreenshot(); break;