Strip trailing whitespaces in the whole code base.
svn-id: r40867
This commit is contained in:
parent
7c1eb05714
commit
b3c6751b9b
163 changed files with 734 additions and 734 deletions
|
@ -632,7 +632,7 @@ int16 ScriptFunctions::sfClearMono(int16 argc, int16 *argv) {
|
|||
}
|
||||
|
||||
int16 ScriptFunctions::sfGetSoundEnergy(int16 argc, int16 *argv) {
|
||||
// This is called while in-game voices are played to animate
|
||||
// This is called while in-game voices are played to animate
|
||||
// mouths when NPCs are talking
|
||||
int result = 0;
|
||||
if (_vm->_mixer->isSoundHandleActive(_audioStreamHandle) && _vm->_soundEnergyArray) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue