MORTEVIELLE: Remove trailing whitespace

This commit is contained in:
Filippos Karapetis 2014-10-28 16:20:43 +02:00
parent 01e8286e1c
commit 8d11226723
3 changed files with 3 additions and 3 deletions

View File

@ -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
{
{

View File

@ -421,7 +421,7 @@ public:
byte *_curPict;
byte *_curAnim;
byte *_rightFramePict;
PaletteManager _paletteManager;
GfxSurface _backgroundSurface;
Common::RandomSource _randomSource;

View File

@ -3097,7 +3097,7 @@ void MortevielleEngine::putObject() {
*/
void MortevielleEngine::addObjectToInventory(int objectId) {
int i;
for (i = 1; (i <= 5) && (_coreVar._inventory[i] != 0); i++)
;