|
@@ -177,15 +177,15 @@ namespace GFGGame
|
|
|
else
|
|
|
{
|
|
|
MainStoryDataManager.currentChapterCfgId = 10001;
|
|
|
- if (GameGlobal.isFirstEntry == true)
|
|
|
- {
|
|
|
- // ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, StoryDataManager.currentChapter, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW, });
|
|
|
- StoryController.ShowPriorStoryDialog();
|
|
|
- }
|
|
|
- else
|
|
|
- {
|
|
|
- ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, MainStoryDataManager.currentChapterCfgId, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW });
|
|
|
- }
|
|
|
+ // if (GameGlobal.isFirstEntry == true)
|
|
|
+ // {
|
|
|
+ // // ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, StoryDataManager.currentChapter, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW, });
|
|
|
+ // StoryController.ShowPriorStoryDialog();
|
|
|
+ // }
|
|
|
+ // else
|
|
|
+ // {
|
|
|
+ ViewManager.Show(ViewName.STORY_CHAPTER_VIEW, MainStoryDataManager.currentChapterCfgId, new object[] { ViewName.STORY_CHAPTER_LIST_VIEW });
|
|
|
+ // }
|
|
|
}
|
|
|
Timers.inst.CallLater(AfterEnterGame);
|
|
|
}
|