Fix a surely-unintentional double negative.
Chris Pressey
7 years ago
1897 | 1897 | // LOAD APPLE CHARSET40 |
1898 | 1898 | tmp_surface = SDL_LoadBMP(RESOURCE_CHARSET40_BMP); |
1899 | 1899 | if(tmp_surface != NULL) charset40 = SDL_DisplayFormat(tmp_surface); |
1900 | else fprintf(stderr, "Video: Apple text is not unavailable: " RESOURCE_CHARSET40_BMP " was not loaded\n"); | |
1900 | else fprintf(stderr, "Video: Apple text is not available: " RESOURCE_CHARSET40_BMP " was not loaded\n"); | |
1901 | 1901 | SDL_FreeSurface(tmp_surface); |
1902 | 1902 | |
1903 | 1903 | // CREATE AN IDENTITY PALETTE AND FILL IN THE CORRESPONDING COLORS IN |