mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +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,
|
||||
// using English strings stored mort.dat
|
||||
|
||||
|
||||
// English on top of French version
|
||||
{
|
||||
{
|
||||
|
@ -421,7 +421,7 @@ public:
|
||||
byte *_curPict;
|
||||
byte *_curAnim;
|
||||
byte *_rightFramePict;
|
||||
|
||||
|
||||
PaletteManager _paletteManager;
|
||||
GfxSurface _backgroundSurface;
|
||||
Common::RandomSource _randomSource;
|
||||
|
@ -3097,7 +3097,7 @@ void MortevielleEngine::putObject() {
|
||||
*/
|
||||
void MortevielleEngine::addObjectToInventory(int objectId) {
|
||||
int i;
|
||||
|
||||
|
||||
for (i = 1; (i <= 5) && (_coreVar._inventory[i] != 0); i++)
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user