Skip to content

Commit

Permalink
Added ccmd 'huffman'
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 30, 2003
1 parent 34ae416 commit c57d5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Src/con_console.c
Expand Up @@ -483,6 +483,7 @@ ccmd_t engineCCmds[] =
"write", CCmdWriteConsole, "Write variables, bindings and aliases to a file.",
"dir", CCmdDir, "Print contents of directories.",
"ls", CCmdDir, "Print contents of directories.",
"huffman", CCmdHuffmanStats, "Print Huffman efficiency and number of bytes sent.",

#ifdef _DEBUG
"TranslateFont", CCmdTranslateFont, "Ha ha.",
Expand Down

0 comments on commit c57d5ab

Please sign in to comment.