- fixed: nextmap and nextsecret CCMDs set skill to 0.

SVN r1449 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-25 23:25:47 +00:00
commit 1f5cf23418
3 changed files with 3 additions and 3 deletions

View file

@ -865,7 +865,7 @@ CCMD(nextmap)
if (next != NULL && strncmp(next, "enDSeQ", 6))
{
G_DeferedInitNew(next, false);
G_DeferedInitNew(next);
}
else
{
@ -886,7 +886,7 @@ CCMD(nextsecret)
if (next != NULL && strncmp(next, "enDSeQ", 6))
{
G_DeferedInitNew(next, false);
G_DeferedInitNew(next);
}
else
{