Fix a typo.
This commit is contained in:
parent
9121959b25
commit
bd0aea1728
2
main.py
2
main.py
@ -45,7 +45,7 @@ def mainLoop():
|
||||
try:
|
||||
leveltoparse = open_level(sys.argv[1])
|
||||
except IndexError:
|
||||
leveltoparse = open_level("maps/squareroot.p3hel")
|
||||
leveltoparse = open_level("maps/squareroom.p3hel")
|
||||
level = parse_level_from_string(leveltoparse)
|
||||
|
||||
while True:
|
||||
|
Loading…
Reference in New Issue
Block a user