diff options
-rw-r--r-- | sky/logic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp index 2c22dd1ffc..3c730ef794 100644 --- a/sky/logic.cpp +++ b/sky/logic.cpp @@ -1552,7 +1552,7 @@ uint32 SkyLogic::fnEnterSection(uint32 sectionNo, uint32 b, uint32 c) { _saveCurrentSection = sectionNo; sectionNo++; - _skyMusic->loadSectionMusic(sectionNo); + _skyMusic->loadSectionMusic((byte)sectionNo); _skyGrid->loadGrids(); } |