mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
MORTEVIELLE: Remove trailing whitespace
This commit is contained in:
parent
01e8286e1c
commit
8d11226723
@ -75,7 +75,7 @@ static const MortevielleGameDescription MortevielleGameDescriptions[] = {
|
|||||||
|
|
||||||
// DOS English version doesn't exist. Technically, they are French or German versions,
|
// DOS English version doesn't exist. Technically, they are French or German versions,
|
||||||
// using English strings stored mort.dat
|
// using English strings stored mort.dat
|
||||||
|
|
||||||
// English on top of French version
|
// English on top of French version
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
@ -421,7 +421,7 @@ public:
|
|||||||
byte *_curPict;
|
byte *_curPict;
|
||||||
byte *_curAnim;
|
byte *_curAnim;
|
||||||
byte *_rightFramePict;
|
byte *_rightFramePict;
|
||||||
|
|
||||||
PaletteManager _paletteManager;
|
PaletteManager _paletteManager;
|
||||||
GfxSurface _backgroundSurface;
|
GfxSurface _backgroundSurface;
|
||||||
Common::RandomSource _randomSource;
|
Common::RandomSource _randomSource;
|
||||||
|
@ -3097,7 +3097,7 @@ void MortevielleEngine::putObject() {
|
|||||||
*/
|
*/
|
||||||
void MortevielleEngine::addObjectToInventory(int objectId) {
|
void MortevielleEngine::addObjectToInventory(int objectId) {
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 1; (i <= 5) && (_coreVar._inventory[i] != 0); i++)
|
for (i = 1; (i <= 5) && (_coreVar._inventory[i] != 0); i++)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user