Skip to content

Commit

Permalink
Update Dungeon.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Realself-Ma authored Jul 8, 2020
1 parent 9a62b3f commit 08e7b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dungeon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Dungeon::Dungeon(QWidget *parent): QWidget(parent)
pre_floor=1;
MyPonit=0;
CmptorPoint=0;
CountDown=10;
CountDown=180;
NetModeStart=false;
MyWin=false;
dogFall=false;
Expand Down Expand Up @@ -1172,7 +1172,7 @@ void Dungeon::NetModeCountDownRun()
NetMode_secondes->setText(QString::number(--CountDown));
if(CountDown<=0)
{
CountDown=10;
CountDown=180;
surface->sign->roomWidget->chatRoom->pkRequest();
NetModeCountDownTimer->stop();
}
Expand Down

0 comments on commit 08e7b02

Please sign in to comment.