add newlines to end of files
svn-id: r12249
This commit is contained in:
parent
150805b18c
commit
ea154852b7
5 changed files with 5 additions and 5 deletions
|
@ -615,4 +615,4 @@ _GRELEASEPTR(GBVARS_FTSTATEMUSICTABLE_INDEX , GBVARS_SCUMM)
|
||||||
_GRELEASEPTR(GBVARS_FTSEQMUSICTABLE_INDEX , GBVARS_SCUMM)
|
_GRELEASEPTR(GBVARS_FTSEQMUSICTABLE_INDEX , GBVARS_SCUMM)
|
||||||
_GEND
|
_GEND
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -604,4 +604,4 @@ void Player_V1::generatePCjrSamples(int16 *data, uint len) {
|
||||||
lowPassFilter(data, len);
|
lowPassFilter(data, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // End of namespace Scumm
|
} // End of namespace Scumm
|
||||||
|
|
|
@ -1011,4 +1011,4 @@ _GRELEASEPTR(GBVARS_SPKFREQTABLE_INDEX, GBVARS_SCUMM)
|
||||||
_GRELEASEPTR(GBVARS_PCJRFREQTABLE_INDEX, GBVARS_SCUMM)
|
_GRELEASEPTR(GBVARS_PCJRFREQTABLE_INDEX, GBVARS_SCUMM)
|
||||||
_GEND
|
_GEND
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -153,4 +153,4 @@ private:
|
||||||
|
|
||||||
} // End of namespace Scumm
|
} // End of namespace Scumm
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1267,4 +1267,4 @@ int Player_V2A::getSoundStatus(int nr) const {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // End of namespace Scumm
|
} // End of namespace Scumm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue