supreme-committee / text-adventure

UCSC CMPS 115 Project
0 stars 0 forks source link

Loading doesn't check for xml file on second line #71

Closed mgrijalva closed 10 years ago

mgrijalva commented 10 years ago

Say the xml file is missing from a sav file:

test39.tar
bools
is_alive 1
ints
count 1
strings
name Mike G

It just says it can't load whatever is on the second line: woo

It does not cause a crash.