Browse Source

New Intro - Login

Marino Faggiana 8 years ago
parent
commit
cd7ea93bb5
1 changed files with 7 additions and 1 deletions
  1. 7 1
      iOSClient/Main/CCSplit.m

+ 7 - 1
iOSClient/Main/CCSplit.m

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