[Scummvm-cvs-logs] SF.net SVN: scummvm:[54724] scummvm/trunk/engines/gob/draw_fascin.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Wed Dec 1 22:08:47 CET 2010


Revision: 54724
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54724&view=rev
Author:   strangerke
Date:     2010-12-01 21:08:47 +0000 (Wed, 01 Dec 2010)

Log Message:
-----------
GOB: Add back 3 empty lines used by DrMcCoy

Modified Paths:
--------------
    scummvm/trunk/engines/gob/draw_fascin.cpp

Modified: scummvm/trunk/engines/gob/draw_fascin.cpp
===================================================================
--- scummvm/trunk/engines/gob/draw_fascin.cpp	2010-12-01 21:05:08 UTC (rev 54723)
+++ scummvm/trunk/engines/gob/draw_fascin.cpp	2010-12-01 21:08:47 UTC (rev 54724)
@@ -75,6 +75,7 @@
 		}
 	}
 
+
 	int16 spriteLeft = _spriteLeft;
 	int16 spriteTop = _spriteTop;
 	int16 spriteRight = _spriteRight;
@@ -99,6 +100,7 @@
 			if (_destSurface < 24)
 				_destSurface += 4;
 		}
+
 	}
 
 	adjustCoords(0, &_destSpriteX, &_destSpriteY);
@@ -234,6 +236,7 @@
 					_destSpriteX += font->getCharWidth(_textToPrint[i]);
 				}
 			}
+
 		} else {
 			sourceSurf = _spritesArray[_fontToSprite[_fontIndex].sprite];
 			ratio = ((sourceSurf == _frontSurface) || (sourceSurf == _backSurface)) ?


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list