mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r6068) -Codechange: Switch PNG and BMP priority for screenshots. This ensures PNG is used by default when available. (hylje)
This commit is contained in:
parent
bdc91f54d7
commit
dc5c55a819
@ -416,10 +416,10 @@ static bool MakePCXImage(const char *name, ScreenshotCallback *callb, void *user
|
||||
//************************************************
|
||||
|
||||
static const ScreenshotFormat _screenshot_formats[] = {
|
||||
{"BMP", "bmp", &MakeBmpImage},
|
||||
#if defined(WITH_PNG)
|
||||
{"PNG", "png", &MakePNGImage},
|
||||
#endif
|
||||
{"BMP", "bmp", &MakeBmpImage},
|
||||
{"PCX", "pcx", &MakePCXImage},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user