supreme-committee / text-adventure

UCSC CMPS 115 Project
0 stars 0 forks source link

Program becomes unresponsive when 'ints' or 'strings' line is missing in sav file #73

Open mgrijalva opened 10 years ago

mgrijalva commented 10 years ago

Loading a sav file like this (missing the 'ints' line):

test39.tar
start.xml
bools
is_alive 1
count 1
strings
name Mike G

Causes the program to become completely unresponsive. This also happens if the 'strings' line is missing.