diff -r a881cd3d3163 -r 102fef5ca5fc project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m --- a/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m Wed Apr 27 02:10:22 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m Wed Apr 27 02:34:38 2011 +0200 @@ -183,7 +183,7 @@ [self sendToEngine:flags]; [flags release]; - /* basic game flags */ + // game modifiers NSString *path = [[NSString alloc] initWithFormat:@"%@/basicFlags_en.plist",IFRONTEND_DIRECTORY()]; NSArray *mods = [[NSArray alloc] initWithContentsOfFile:path]; [path release];