supreme-committee / text-adventure

UCSC CMPS 115 Project
0 stars 0 forks source link

Loading does not check for tar file at start of sav file #70

Open mgrijalva opened 10 years ago

mgrijalva commented 10 years ago

Loading a .sav file like this:

start.xml
bools
is_alive 1
ints
count 1
strings
name Mike G

Will result in an error message like this: woo

It does not cause a crash, but it should check that the first line is indeed *.tar (and throw a better error).