diff --git a/俄罗斯方块游戏.c b/俄罗斯方块游戏.c index 64bf51a..6938be9 100644 --- a/俄罗斯方块游戏.c +++ b/俄罗斯方块游戏.c @@ -524,7 +524,7 @@ void Play() struct Tetris t,*tetris=&t; char ch; tetris->number=0; - tetris->speed=300; + tetris->speed=250; tetris->score=0; tetris->level=1; HideCursor();