mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
DREAMWEB: Fix warnings
This commit is contained in:
@@ -1157,7 +1157,7 @@ void DreamGenContext::soundOnReels() {
|
||||
}
|
||||
|
||||
if (data.word(kReelpointer) != data.word(kLastsoundreel))
|
||||
data.word(kLastsoundreel) = -1;
|
||||
data.word(kLastsoundreel) = (uint16)-1;
|
||||
}
|
||||
|
||||
void DreamGenContext::clearBeforeLoad() {
|
||||
|
||||
@@ -3322,7 +3322,7 @@ void DreamGenContext::intro() {
|
||||
clearPalette();
|
||||
loadIntroRoom();
|
||||
data.byte(kVolume) = 7;
|
||||
data.byte(kVolumedirection) = -1;
|
||||
data.byte(kVolumedirection) = (uint8)-1;
|
||||
data.byte(kVolumeto) = 4;
|
||||
playChannel0(12, 255);
|
||||
fadeScreenUps();
|
||||
|
||||
Reference in New Issue
Block a user