project_files/HedgewarsMobile/Classes/AboutViewController.m
changeset 4603 d362ab6c7f53
parent 4460 bdace1e2f8aa
child 4976 088d40d8aba2
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m	Tue Dec 21 23:22:53 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m	Wed Dec 22 03:05:28 2010 +0100
@@ -98,7 +98,7 @@
 -(UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger) section {
     NSString *version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"];
     char *fullver;
-    short int proto = 20;
+    int proto;
     HW_versionInfo(&proto, &fullver);
 
     NSString *footerString = [[NSString alloc] initWithFormat: