project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m
changeset 6247 6dfad55fd71c
parent 6246 6b2d19ed521a
child 6263 ec41637ceb64
equal deleted inserted replaced
6246:6b2d19ed521a 6247:6dfad55fd71c
   391                         DLog(@"Unhandled stat message, see statsPage.cpp");
   391                         DLog(@"Unhandled stat message, see statsPage.cpp");
   392                         break;
   392                         break;
   393                 }
   393                 }
   394                 break;
   394                 break;
   395             case 'q':
   395             case 'q':
   396                 // game ended, can remove the savefile and the trailing overlay (when dualhead)
   396                 // game ended, can remove the savefile and present the statistics of the match
   397                 [self gameHasEndedWithStats:statsArray];
   397                 [self gameHasEndedWithStats:statsArray];
   398                 break;
   398                 break;
   399             case 'Q':
   399             case 'Q':
   400                 // game exited but not completed, nothing to do (just don't save the message)
   400                 // game exited but not completed, nothing to do (just don't save the message)
   401                 break;
   401                 break;