tg
tg copied to clipboard
Fix uninitialized variable warning in read_file()
Silences a compiler warning. This could actually happen if the save file had no snapshots. It should always have some, but format does allow for zero, which would probably crash.