--- 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: