diff options
author | Travis Howell | 2005-03-06 00:48:40 +0000 |
---|---|---|
committer | Travis Howell | 2005-03-06 00:48:40 +0000 |
commit | cca8d4733cb8aff3561df6d189ef6824fe82a632 (patch) | |
tree | 37ca4b7eaa3328ce6f618e96405f043137afb4c4 /scumm | |
parent | 81262457d3819ed44d5bbe7ec1506eb526a323c7 (diff) | |
download | scummvm-rg350-cca8d4733cb8aff3561df6d189ef6824fe82a632.tar.gz scummvm-rg350-cca8d4733cb8aff3561df6d189ef6824fe82a632.tar.bz2 scummvm-rg350-cca8d4733cb8aff3561df6d189ef6824fe82a632.zip |
*** empty log message ***
svn-id: r16994
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/sprite_he.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sprite_he.cpp b/scumm/sprite_he.cpp index 4f9dac5280..f6ea8937b4 100644 --- a/scumm/sprite_he.cpp +++ b/scumm/sprite_he.cpp @@ -1088,7 +1088,6 @@ void ScummEngine_v90he::spritesMarkDirty(bool unkFlag) { } void ScummEngine_v90he::spritesUpdateImages() { - printf("spritesUpdateImages\n"); for (int i = 0; i < _numSpritesToProcess; ++i) { SpriteInfo *spi = _activeSpritesTable[i]; if (spi->dx || spi->dy) { |