Nightly 2023-08-02
			
			
		
			Downloads: 
		
			
			Bug Fixes
Player
- fix bad rebase that messed up new save file header 
ceac21221 - check save exists before attempting to use 
a56f5a84e - remove warning about standalone mode 
adf05b8cf - resize save vector before copying 
4f0cc4ea1 - fix bad rebase that messed up new save file header (for real) 
9be5aa75c - update current volume when changing enhanced music volume 
ee66e9201 
Chores
- bump version to alpha 117 
ed0d04620 
Refactors
Player
- split save code from title.cpp, remove .icn 
ab10ed1e5.icn files contained just the color data for each ring variant needed by the title screen. The idea was to avoid loading each quest just to show a single tile graphic. But, this same data is already in the gamedata save structure, so we don't need to maintained a separate file doing the same. The greatly simplifies much of the code dealing with displaying these icons.
 - remove skipicon and print_metadata_for_each_save_slot config options 
7a45e5691 - move more save file handling behind saves.h interface 
5415c4554 - move save file name into saves.cpp, remove -savefile 
28c78ffc3 - store saves in a vector 
becc8102f