Add shortcuts for current/next map to map command
Based on https://zdoom.org/wiki/CCMDs:Debug#Map_changes
-
map *
will warp to the current map. -
map +
will warp to the next map, as defined byNextLevel
in the level header.
Based on https://zdoom.org/wiki/CCMDs:Debug#Map_changes
map *
will warp to the current map.map +
will warp to the next map, as defined by NextLevel
in the level header.