supreme-committee / text-adventure

UCSC CMPS 115 Project
0 stars 0 forks source link

Engine crashes when -l is specified but not a tar #35

Closed mgrijalva closed 10 years ago

mgrijalva commented 10 years ago

Run the program like so:

text-adventure.exe -l

or

text-adventure.exe -l game.tar

and it'll crash.

Since specifying a tar is optional (at least on Windows) it should still run with just a '-l' argument.