mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
fixed warning
svn-id: r7364
This commit is contained in:
parent
5a735f825d
commit
831a3ae279
@ -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();
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user