From c041894f9739b26f28dd665558a9abec39a4c90a Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Tue, 14 Jun 2022 01:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbgm=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/level.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/state/level.py b/source/state/level.py index 758e49b..febdad2 100644 --- a/source/state/level.py +++ b/source/state/level.py @@ -62,7 +62,6 @@ class Level(tool.State): return # 是否有铲子的信息:无铲子时为0,有铲子时为1,故直接赋值即可 self.hasShovel = self.map_data[c.SHOVEL] - return True # 同时指定音乐 # 缺省音乐为进入的音乐,方便发现错误