project_files/HedgewarsMobile/Classes/EngineProtocolNetwork.m
changeset 5174 f5294509783e
parent 5156 641abe679bf0
child 5175 a3da220dbb3f
equal deleted inserted replaced
5173:4056310a161a 5174:f5294509783e
   394                 }
   394                 }
   395                 break;
   395                 break;
   396             case 'q':
   396             case 'q':
   397                 // game ended, can remove the savefile and the trailing overlay (when dualhead)
   397                 // game ended, can remove the savefile and the trailing overlay (when dualhead)
   398                 [self gameHasEndedWithStats:statsArray];
   398                 [self gameHasEndedWithStats:statsArray];
       
   399                 [statsArray release];
   399                 break;
   400                 break;
   400             case 'Q':
   401             case 'Q':
   401                 // game exited but not completed, nothing to do (just don't save the message)
   402                 // game exited but not completed, nothing to do (just don't save the message)
   402                 break;
   403                 break;
   403             default:
   404             default: