From 831a3ae279a1ec98d0846c612b1cf5165442442e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82odziejski?= Date: Tue, 6 May 2003 06:27:30 +0000 Subject: [PATCH] fixed warning svn-id: r7364 --- sky/logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/logic.cpp b/sky/logic.cpp index 2c22dd1ffc7..3c730ef794d 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(); }