DREAMWEB: Fix warnings

This commit is contained in:
Willem Jan Palenstijn
2011-12-06 21:48:58 +01:00
parent e4e059b857
commit adaea53c19
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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() {
+1 -1
View File
@@ -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();