fixed warning

svn-id: r7364
This commit is contained in:
Paweł Kołodziejski 2003-05-06 06:27:30 +00:00
parent 5a735f825d
commit 831a3ae279

View File

@ -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();
}