diff options
| author | Arnaud Boutonné | 2010-12-01 21:08:47 +0000 | 
|---|---|---|
| committer | Arnaud Boutonné | 2010-12-01 21:08:47 +0000 | 
| commit | a029f6a5c4e4d15ff1aee6544e17a3797d23f260 (patch) | |
| tree | 460fe58210726ccc645fb96be89f32a73c14c49d | |
| parent | bdc3742ced49ffcf48b7cab543758b8976fc94a2 (diff) | |
| download | scummvm-rg350-a029f6a5c4e4d15ff1aee6544e17a3797d23f260.tar.gz scummvm-rg350-a029f6a5c4e4d15ff1aee6544e17a3797d23f260.tar.bz2 scummvm-rg350-a029f6a5c4e4d15ff1aee6544e17a3797d23f260.zip | |
GOB: Add back 3 empty lines used by DrMcCoy
svn-id: r54724
| -rw-r--r-- | engines/gob/draw_fascin.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/engines/gob/draw_fascin.cpp b/engines/gob/draw_fascin.cpp index 552de822d9..f83432df96 100644 --- a/engines/gob/draw_fascin.cpp +++ b/engines/gob/draw_fascin.cpp @@ -75,6 +75,7 @@ void Draw_Fascination::spriteOperation(int16 operation) {  		}  	} +  	int16 spriteLeft = _spriteLeft;  	int16 spriteTop = _spriteTop;  	int16 spriteRight = _spriteRight; @@ -99,6 +100,7 @@ void Draw_Fascination::spriteOperation(int16 operation) {  			if (_destSurface < 24)  				_destSurface += 4;  		} +  	}  	adjustCoords(0, &_destSpriteX, &_destSpriteY); @@ -234,6 +236,7 @@ void Draw_Fascination::spriteOperation(int16 operation) {  					_destSpriteX += font->getCharWidth(_textToPrint[i]);  				}  			} +  		} else {  			sourceSurf = _spritesArray[_fontToSprite[_fontIndex].sprite];  			ratio = ((sourceSurf == _frontSurface) || (sourceSurf == _backSurface)) ? | 
