project_files/HedgewarsMobile/Classes/CommodityFunctions.m
changeset 3660 bc125bea5849
parent 3621 a8ddf681ba7d
child 3668 3f7a95234d8a
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Tue Jul 20 03:14:43 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Tue Jul 20 05:37:58 2010 +0200
@@ -31,7 +31,7 @@
         [hog release];
     }
     
-    NSDictionary *theTeam = [[NSDictionary alloc] initWithObjectsAndKeys:@"0",@"hash", nameWithoutExt,@"teamname",
+    NSDictionary *theTeam = [[NSDictionary alloc] initWithObjectsAndKeys:@"0",@"hash",
                              @"Statue",@"grave", @"Plane",@"fort", @"Default",@"voicepack",
                              @"hedgewars",@"flag", hedgehogs,@"hedgehogs", nil];
     [hedgehogs release];