project_files/HedgewarsMobile/Classes/SavedGamesViewController.m
changeset 6353 d8f62c805619
parent 6266 b02a1e92dba2
child 6673 1ee72dcea263
--- a/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Sun Nov 13 12:11:44 2011 -0500
+++ b/project_files/HedgewarsMobile/Classes/SavedGamesViewController.m	Sun Nov 13 18:23:05 2011 +0100
@@ -189,6 +189,7 @@
     self.numberOfItems++;
     [self.tableView insertRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationNone];
 
+    [GameInterfaceBridge registerCallingController:self];
     [GameInterfaceBridge startSaveGame:currentFilePath];
     [currentFilePath release];
 }