1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00

fix spelling mistake

This commit is contained in:
2019-09-26 14:22:28 +10:00
parent 85a3e5089b
commit 7aff052810

View File

@@ -162,7 +162,7 @@ def readit(path, outpath):
smpNum = int.from_bytes(f.read(2), byteorder="little", signed=False) smpNum = int.from_bytes(f.read(2), byteorder="little", signed=False)
patNum = int.from_bytes(f.read(2), byteorder="little", signed=False) patNum = int.from_bytes(f.read(2), byteorder="little", signed=False)
# Cus spc2it has a tendancy to produce corrupted files... # Cus spc2it has a tendency to produce corrupted files...
if ordNum > 1024: return if ordNum > 1024: return
if smpNum > 4000: return if smpNum > 4000: return
if insNum > 256: return if insNum > 256: return