diff options
author | Torbjörn Andersson | 2008-04-20 15:19:27 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2008-04-20 15:19:27 +0000 |
commit | 378bce31ce656ec2bc330dd24f1515f72431937a (patch) | |
tree | c618146e7d8852737e39910ddfad69c5328b8c6d /engines/m4 | |
parent | 7783b666c66bfa70e686a9eb0b76951bc640e7d0 (diff) | |
download | scummvm-rg350-378bce31ce656ec2bc330dd24f1515f72431937a.tar.gz scummvm-rg350-378bce31ce656ec2bc330dd24f1515f72431937a.tar.bz2 scummvm-rg350-378bce31ce656ec2bc330dd24f1515f72431937a.zip |
Removed unused variables.
svn-id: r31608
Diffstat (limited to 'engines/m4')
-rw-r--r-- | engines/m4/converse.cpp | 1 | ||||
-rw-r--r-- | engines/m4/mads_anim.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/engines/m4/converse.cpp b/engines/m4/converse.cpp index 68daa08942..6480428661 100644 --- a/engines/m4/converse.cpp +++ b/engines/m4/converse.cpp @@ -696,7 +696,6 @@ void Converse::loadConversationMads(const char *convName) { int unk = 0; uint32 stringIndex = 0; uint32 stringCount = 0; - int offset = 0; int flags = 0; int count = 0; uint32 i, j; diff --git a/engines/m4/mads_anim.cpp b/engines/m4/mads_anim.cpp index 4d481f9397..3e80d0f1e0 100644 --- a/engines/m4/mads_anim.cpp +++ b/engines/m4/mads_anim.cpp @@ -520,7 +520,6 @@ void AnimviewView::updateState() { _previousUpdate = g_system->getMillis(); return; } - uint32 currTime = g_system->getMillis(); strncpy(bgFile, _currentFile, 5); bgFile[0] = bgFile[2]; |