diff options
| author | Filippos Karapetis | 2009-05-21 13:02:56 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2009-05-21 13:02:56 +0000 |
| commit | b7f8990ba81f81db3243ae3f9069c4d9f12754aa (patch) | |
| tree | 50f84f9e502bad1274f684b9c534144f4c6e9a88 /engines/sword2 | |
| parent | f583a10ec97b3f4ada56ed5e296d4143a4e10e30 (diff) | |
| download | scummvm-rg350-b7f8990ba81f81db3243ae3f9069c4d9f12754aa.tar.gz scummvm-rg350-b7f8990ba81f81db3243ae3f9069c4d9f12754aa.tar.bz2 scummvm-rg350-b7f8990ba81f81db3243ae3f9069c4d9f12754aa.zip | |
Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're decoders, not players
svn-id: r40759
Diffstat (limited to 'engines/sword2')
| -rw-r--r-- | engines/sword2/animation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index 9a60af2c26..032350d2d6 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -28,8 +28,8 @@ #ifndef SWORD2_ANIMATION_H #define SWORD2_ANIMATION_H -#include "graphics/video/dxa_player.h" -#include "graphics/video/smk_player.h" +#include "graphics/video/dxa_decoder.h" +#include "graphics/video/smk_decoder.h" #include "graphics/video/video_player.h" #include "sound/mixer.h" |
