GRAPHICS: Remove BOM at start of larryscale files
Note that larryScale_generated.cpp still contains UTF-8 characters, but they are all in comments, so hopefully they will not cause problems.
This commit is contained in:
parent
441456b738
commit
19d613ee7d
3 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* ScummVM - Graphic Adventure Engine
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
|
@ -404,3 +404,4 @@ void larryScale(
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* ScummVM - Graphic Adventure Engine
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
|
@ -80,3 +80,4 @@ void larryScale(
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -637,3 +637,4 @@ inline void scalePixelTo1x2(
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue