Compare commits

..

No commits in common. "28cc0e7cb0ebabf4d33762db3038701b64c33c91" and "fa819503e1223c463e21b78a29cb4445cfee04c0" have entirely different histories.

View file

@ -48,9 +48,8 @@ class Concat(doomcc.doom_base.Wad):
# Presumably fixable, but it's easier to just make one graph per video
# and mux everything together at the end.
# TODO: Support UDoom in literally any way.
# TODO: Read UMAPINFO if it's available.
d2maps = (
[str(x).zfill(2) for x in range(0, 16)]
[str(x).zfill(2) for x in range(1, 16)]
+ ["31", "32"]
+ [str(x) for x in range(16, 31)]
)