equal
deleted
inserted
replaced
271 [alert addButtonWithTitle:@"Break"]; |
271 [alert addButtonWithTitle:@"Break"]; |
272 [alert addButtonWithTitle:@"Abort"]; |
272 [alert addButtonWithTitle:@"Abort"]; |
273 [alert addButtonWithTitle:@"Ignore"]; |
273 [alert addButtonWithTitle:@"Ignore"]; |
274 [alert addButtonWithTitle:@"Always Ignore"]; |
274 [alert addButtonWithTitle:@"Always Ignore"]; |
275 const NSInteger clicked = [alert runModal]; |
275 const NSInteger clicked = [alert runModal]; |
|
276 [alert release]; |
276 |
277 |
277 if (!initialized) { |
278 if (!initialized) { |
278 SDL_QuitSubSystem(SDL_INIT_VIDEO); |
279 SDL_QuitSubSystem(SDL_INIT_VIDEO); |
279 } |
280 } |
280 |
281 |