diff options
author | Eugene Sandulenko | 2004-01-26 15:41:30 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-01-26 15:41:30 +0000 |
commit | 7a7cb7e02b6cebdeeaf17eb7a30646813c322d01 (patch) | |
tree | 424000ed8f6847074ff540b1a2747a2a5e5c50c2 /scumm/smush | |
parent | 64a99ea13dc044ede1a41650b97357f124ebd060 (diff) | |
download | scummvm-rg350-7a7cb7e02b6cebdeeaf17eb7a30646813c322d01.tar.gz scummvm-rg350-7a7cb7e02b6cebdeeaf17eb7a30646813c322d01.tar.bz2 scummvm-rg350-7a7cb7e02b6cebdeeaf17eb7a30646813c322d01.zip |
o Fixed bug with lost inventory
o Gave meaningful names to many variables
o Eliminated some slipped debug output
o Fixed vista-ranch scenes transition
o Now it is possible to equip goggles
svn-id: r12623
Diffstat (limited to 'scumm/smush')
-rw-r--r-- | scumm/smush/smush_player.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp index 91a8672bf6..74f7ad6d43 100644 --- a/scumm/smush/smush_player.cpp +++ b/scumm/smush/smush_player.cpp @@ -958,7 +958,6 @@ void SmushPlayer::seekSan(const char *file, const char *directory, int32 pos, in pos = 0; } else { _base->reinit(pos); - debug(0, "Yup"); } if (pos != 8 && pos) { |