Navigation Menu

Skip to content

Commit

Permalink
Added the "listmaps" command that had got lost
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 20, 2004
1 parent c7898ef commit b6442a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Src/con_main.c
Expand Up @@ -2922,6 +2922,7 @@ static void registerCommands(void)
C_CMD("listcmds", ListCmds, "List all console commands.");
C_CMD("listfiles", ListFiles,
"List all the loaded data files and show information about them.");
C_CMD("listmaps", ListMaps, "List all loaded maps.");
C_CMD("listvars", ListVars,
"List all console variables and their values.");
C_CMD("load", LoadFile, "Load a data file (a WAD or a lump).");
Expand Down

0 comments on commit b6442a6

Please sign in to comment.