mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Minor consistency change.
svn-id: r38650
This commit is contained in:
parent
abbca80d61
commit
9b2029a7a8
@ -76,7 +76,7 @@ MoviePlayer::MoviePlayer(SwordEngine *vm, Text *textMan, Audio::Mixer *snd, OSys
|
||||
}
|
||||
|
||||
MoviePlayer::~MoviePlayer(void) {
|
||||
delete(_decoder);
|
||||
delete _decoder;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user