1
0
mirror of synced 2025-02-03 13:13:26 +01:00

converters.py: Predefine variable to silence PyCharm warning

This commit is contained in:
Viv 2023-06-03 20:34:58 -04:00
parent 6d6985917e
commit 57e4198fe9

View File

@ -101,6 +101,7 @@ def convertTJAToFumen(fumen, tja):
# Hardcode currentBranch due to current lack of support for branching songs
currentBranch = 'normal' # TODO: Program in branch support
tja['measures'] = preprocessTJAMeasures(tja)
measureDurationPrev = 0
currentDrumroll = None
total_notes = 0