X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=make_dungeon.py;h=63eee94ed241863772ee71465c6a25b7d07e7c7c;hp=260157847530b9eef0196fb7a20b6112be8dbb6e;hb=2ad0fc148bb0e509b8ef86a8746679503e395a91;hpb=87452af44895728466a9a62de95a0e81863b6cfd diff --git a/make_dungeon.py b/make_dungeon.py index 2601578..63eee94 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -440,7 +440,7 @@ def buildtravel(locs, objs): # At this point the ltravel data is in the Section 3 # representation from the FORTRAN version. Next we perform the - # same mapping into wgat used to be the runtime format. + # same mapping into what used to be the runtime format. travel = [[0, "LOC_NOWHERE", 0, 0, 0, 0, 0, 0, "false", "false"]] tkey = [0]