Changed skyline starter to JPEG.
This commit is contained in:
parent
0d264b193a
commit
2ecd447621
3 changed files with 2 additions and 2 deletions
|
|
@ -10088,7 +10088,7 @@ int do_open(int want_new_tool)
|
||||||
starter looks like, compared to the overlay image... */
|
starter looks like, compared to the overlay image... */
|
||||||
|
|
||||||
/* (Try JPEG first) */
|
/* (Try JPEG first) */
|
||||||
snprintf(fname, sizeof(fname), "%s/%s-back.jpg",
|
snprintf(fname, sizeof(fname), "%s/%s-back.jpeg",
|
||||||
dirname[d_places[num_files]],
|
dirname[d_places[num_files]],
|
||||||
d_names[num_files]);
|
d_names[num_files]);
|
||||||
|
|
||||||
|
|
@ -12845,7 +12845,7 @@ void load_starter(char * img_id)
|
||||||
/* Try to load the a background image: */
|
/* Try to load the a background image: */
|
||||||
|
|
||||||
/* (JPEG first) */
|
/* (JPEG first) */
|
||||||
snprintf(fname, sizeof(fname), "%s/%s-back.jpg", dirname, img_id);
|
snprintf(fname, sizeof(fname), "%s/%s-back.jpeg", dirname, img_id);
|
||||||
tmp_surf = IMG_Load(fname);
|
tmp_surf = IMG_Load(fname);
|
||||||
|
|
||||||
/* (Failed? Try PNG next) */
|
/* (Failed? Try PNG next) */
|
||||||
|
|
|
||||||
BIN
starters/skyline-sf-dusk-back.jpeg
Executable file
BIN
starters/skyline-sf-dusk-back.jpeg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
Loading…
Add table
Add a link
Reference in a new issue