diff options
| author | Paweł Kołodziejski | 2003-05-06 06:27:30 +0000 |
|---|---|---|
| committer | Paweł Kołodziejski | 2003-05-06 06:27:30 +0000 |
| commit | 831a3ae279a1ec98d0846c612b1cf5165442442e (patch) | |
| tree | 7ec14abf06ff10603454daa5cce74987a5f79439 | |
| parent | 5a735f825d059c21849fc9884549cd2a57b527cd (diff) | |
| download | scummvm-rg350-831a3ae279a1ec98d0846c612b1cf5165442442e.tar.gz scummvm-rg350-831a3ae279a1ec98d0846c612b1cf5165442442e.tar.bz2 scummvm-rg350-831a3ae279a1ec98d0846c612b1cf5165442442e.zip | |
fixed warning
svn-id: r7364
| -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(); } |
