From 6c86a4e48b2c4a35a5ab88d8d98c7a493ab50719 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 25 Dec 2020 19:11:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=81=E7=AE=80=E8=AF=84?= =?UTF-8?q?=E7=BA=A7=E4=B8=8D=E4=BC=9A=E6=B8=85=E7=A9=BA=EF=BC=8C=E4=B8=80?= =?UTF-8?q?=E7=9B=B4=E6=98=BE=E7=A4=BA=E4=B9=8B=E5=89=8D=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/pause.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parts/scenes/pause.lua b/parts/scenes/pause.lua index 7b6cd10f..c36580e3 100644 --- a/parts/scenes/pause.lua +++ b/parts/scenes/pause.lua @@ -111,6 +111,8 @@ function scene.sceneInit(org) trophy=text.finesse_fc trophyColor=COLOR.lCyan end + else + rank,trophy=nil end if not(GAME.result or GAME.replaying)then GAME.pauseCount=GAME.pauseCount+1