- fixed: nextmap and nextsecret CCMDs set skill to 0.
SVN r1449 (trunk)
This commit is contained in:
parent
2c65d5b8f5
commit
1f5cf23418
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue