aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-05-06 06:27:30 +0000
committerPaweł Kołodziejski2003-05-06 06:27:30 +0000
commit831a3ae279a1ec98d0846c612b1cf5165442442e (patch)
tree7ec14abf06ff10603454daa5cce74987a5f79439 /sky
parent5a735f825d059c21849fc9884549cd2a57b527cd (diff)
downloadscummvm-rg350-831a3ae279a1ec98d0846c612b1cf5165442442e.tar.gz
scummvm-rg350-831a3ae279a1ec98d0846c612b1cf5165442442e.tar.bz2
scummvm-rg350-831a3ae279a1ec98d0846c612b1cf5165442442e.zip
fixed warning
svn-id: r7364
Diffstat (limited to 'sky')
-rw-r--r--sky/logic.cpp2
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();
}