mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 16:33:50 +00:00
Removed unused variables.
svn-id: r50947
This commit is contained in:
parent
70b6ee0a5b
commit
30a92bec6b
@ -362,7 +362,6 @@ void Inter_Playtoons::oPlaytoons_getObjAnimSize() {
|
||||
int16 objIndex;
|
||||
uint16 readVar[4];
|
||||
uint8 i;
|
||||
bool break_fl;
|
||||
Mult::Mult_AnimData animData;
|
||||
|
||||
_vm->_game->_script->evalExpr(&objIndex);
|
||||
@ -375,7 +374,6 @@ void Inter_Playtoons::oPlaytoons_getObjAnimSize() {
|
||||
return;
|
||||
}
|
||||
if (objIndex == -2) {
|
||||
break_fl = false;
|
||||
warning("oPlaytoons_getObjAnimSize case -2 not implemented");
|
||||
return;
|
||||
}
|
||||
|
@ -1149,7 +1149,6 @@ void Mult_v2::playImd(const char *imdFile, Mult::Mult_ImdKey &key, int16 dir,
|
||||
void Mult_v2::advanceObjects(int16 index) {
|
||||
int16 frame;
|
||||
bool stop = false;
|
||||
bool hasImds = false;
|
||||
|
||||
frame = _multData->animKeysFrames[index];
|
||||
if (frame == -1)
|
||||
@ -1254,7 +1253,6 @@ void Mult_v2::advanceObjects(int16 index) {
|
||||
if ((dir != 1) && (--startFrame < 0))
|
||||
startFrame = 0;
|
||||
|
||||
hasImds = true;
|
||||
playImd(imdFile, key, dir, startFrame);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user