Skip to content

Commit

Permalink
Fixed|Doom: Impossible Selection for IDMUS cheat in doom1 (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Dec 1, 2014
1 parent 68a3bf3 commit 99687a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/doom/src/m_cheat.cpp
Expand Up @@ -67,7 +67,7 @@ CHEAT_FUNC(Music)
if(numEpisodes > 1)
{
episodeId = String::number(args[0] - '0');
warpNumber = args[1];
warpNumber = args[1] - '0';
}
else
{
Expand Down

0 comments on commit 99687a4

Please sign in to comment.