diff options
author | Travis Howell | 2006-06-28 14:14:21 +0000 |
---|---|---|
committer | Travis Howell | 2006-06-28 14:14:21 +0000 |
commit | e17fe8e88b3ab38bf35489aaf52d3d0dd0b12811 (patch) | |
tree | 9e04a0de1e61da3c4eef9e7351fedd9db5c643b7 | |
parent | 1c197352268e23ea4c245635efee7b21de75bf32 (diff) | |
download | scummvm-rg350-e17fe8e88b3ab38bf35489aaf52d3d0dd0b12811.tar.gz scummvm-rg350-e17fe8e88b3ab38bf35489aaf52d3d0dd0b12811.tar.bz2 scummvm-rg350-e17fe8e88b3ab38bf35489aaf52d3d0dd0b12811.zip |
Remove left over ;
svn-id: r23335
-rw-r--r-- | engines/scumm/he/animation_he.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/he/animation_he.cpp b/engines/scumm/he/animation_he.cpp index 3fa58cac90..23d1231e97 100644 --- a/engines/scumm/he/animation_he.cpp +++ b/engines/scumm/he/animation_he.cpp @@ -80,7 +80,6 @@ void MoviePlayer::handleNextFrame() { } VirtScreen *pvs = &_vm->virtscr[kMainVirtScreen]; - ; decodeNextFrame(); |