project_files/HedgewarsMobile/Classes/GameSetup.m
changeset 3923 694e6f6e0e30
parent 3922 44804043b691
child 3926 668b71f31e51
--- a/project_files/HedgewarsMobile/Classes/GameSetup.m	Sat Oct 02 04:23:32 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/GameSetup.m	Sun Oct 03 00:23:05 2010 +0200
@@ -199,6 +199,7 @@
     if ([[gamemodArray objectAtIndex:i++] boolValue])
         result |= 0x00100000;  
 
+    DLog(@"Sent %d flags",i);
     NSString *flags = [[NSString alloc] initWithFormat:@"e$gmflags %d",result];
     [self sendToEngine:flags];
     [flags release];
@@ -242,6 +243,7 @@
     [self sendToEngine:explosives];
     [explosives release];
 
+    DLog(@"Sent %d modes",i);
     [schemeDictionary release];
     return result;
 }