aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/sound.h
diff options
context:
space:
mode:
authorStrangerke2012-03-27 22:54:50 +0200
committerStrangerke2012-04-06 08:23:56 +0200
commitcdea613e51db56477ab213a3a0e87c3773348d08 (patch)
tree5ed0273ec5c50d10a586e4a7343d0adc00c40312 /engines/mortevielle/sound.h
parenta1c268e08296c08e147a537c1bb4bba23794d891 (diff)
downloadscummvm-rg350-cdea613e51db56477ab213a3a0e87c3773348d08.tar.gz
scummvm-rg350-cdea613e51db56477ab213a3a0e87c3773348d08.tar.bz2
scummvm-rg350-cdea613e51db56477ab213a3a0e87c3773348d08.zip
MORTEVIELLE: Remove trailing spaces
Diffstat (limited to 'engines/mortevielle/sound.h')
-rw-r--r--engines/mortevielle/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mortevielle/sound.h b/engines/mortevielle/sound.h
index 5c70bc8d0f..c469706305 100644
--- a/engines/mortevielle/sound.h
+++ b/engines/mortevielle/sound.h
@@ -48,7 +48,7 @@ struct SpeakerNote {
length = noteLength;
}
};
-
+
/**
* This is a modified PC Speaker class that allows the queueing of an entire song
* sequence one note at a time.
@@ -103,7 +103,7 @@ public:
void decodeMusic(const byte *PSrc, byte *PDest, int NbreSeg);
void litph(tablint &t, int typ, int tempo);
- void musyc(tablint &tb, int nbseg, int att);
+ void musyc(tablint &tb, int nbseg, int att);
};
} // End of namespace Mortevielle