JANITORIAL: Remove trailing whitespaces.
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
This commit is contained in:
parent
a6c6c74350
commit
89abab97e3
197 changed files with 630 additions and 630 deletions
|
@ -1298,7 +1298,7 @@ void ScummEngine::saveOrLoad(Serializer *s) {
|
|||
s->saveLoadArrayOf(_16BitPalette, 512, sizeof(_16BitPalette[0]), sleUint16);
|
||||
}
|
||||
|
||||
|
||||
|
||||
// FM-Towns specific (extra palette data, color cycle data, etc.)
|
||||
// In earlier save game versions (below 87) the FM-Towns specific data would get saved (and loaded) even in non FM-Towns games.
|
||||
// This would cause an unnecessary save file incompatibility between DS (which uses the DISABLE_TOWNS_DUAL_LAYER_MODE setting)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue