Skip to content

Commit

Permalink
Fixed jDoom64's warp ccmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Mar 7, 2008
1 parent 49a837a commit 0dde3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/jdoom64/src/d_console.c
Expand Up @@ -207,7 +207,7 @@ ccmd_t gameCCmds[] = {
{"cheat", "s", CCmdCheat},
{"god", "", CCmdCheatGod},
{"noclip", "", CCmdCheatNoClip},
{"warp", "ii", CCmdCheatWarp},
{"warp", "i", CCmdCheatWarp},
{"reveal", "i", CCmdCheatReveal},
{"give", NULL, CCmdCheatGive},
{"kill", "", CCmdCheatMassacre},
Expand Down

0 comments on commit 0dde3ec

Please sign in to comment.