|
@@ -101,9 +101,12 @@
|
|
{
|
|
{
|
|
|
|
|
|
#ifdef OPTION_DISABLE_INTRO
|
|
#ifdef OPTION_DISABLE_INTRO
|
|
|
|
+
|
|
[CCUtility setIntro:@"1.0"];
|
|
[CCUtility setIntro:@"1.0"];
|
|
|
|
+
|
|
[self newAccount];
|
|
[self newAccount];
|
|
-#endif
|
|
|
|
|
|
+
|
|
|
|
+#else
|
|
|
|
|
|
if ([CCUtility getIntro:@"1.0"] == NO) {
|
|
if ([CCUtility getIntro:@"1.0"] == NO) {
|
|
|
|
|
|
@@ -114,6 +117,9 @@
|
|
|
|
|
|
[self newAccount];
|
|
[self newAccount];
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+#endif
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
- (void)introWillFinish:(EAIntroView *)introView wasSkipped:(BOOL)wasSkipped
|
|
- (void)introWillFinish:(EAIntroView *)introView wasSkipped:(BOOL)wasSkipped
|