git @ Cat's Eye Technologies linapple / c1fe996
Fix a surely-unintentional double negative. Chris Pressey 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
18971897 // LOAD APPLE CHARSET40
18981898 tmp_surface = SDL_LoadBMP(RESOURCE_CHARSET40_BMP);
18991899 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");
19011901 SDL_FreeSurface(tmp_surface);
19021902
19031903 // CREATE AN IDENTITY PALETTE AND FILL IN THE CORRESPONDING COLORS IN