diff options
author | Torbjörn Andersson | 2006-08-27 09:10:24 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-08-27 09:10:24 +0000 |
commit | 8ae050ff084e4acee056f94f1246ac13bcb012b8 (patch) | |
tree | 8b593724ed3be5a6d079d2bffefdee0548811d49 /engines/sword1 | |
parent | 57bdecb4c6dc6f35a69120201e0b0f2654ac4c65 (diff) | |
download | scummvm-rg350-8ae050ff084e4acee056f94f1246ac13bcb012b8.tar.gz scummvm-rg350-8ae050ff084e4acee056f94f1246ac13bcb012b8.tar.bz2 scummvm-rg350-8ae050ff084e4acee056f94f1246ac13bcb012b8.zip |
Renamed graphics/animation.[cpp|h] to graphics/mpeg_player.[cpp|h] to be more
consistent with dxa_player.[cpp|h]. (Though actually, "decoder" might be more
accurate...)
svn-id: r23774
Diffstat (limited to 'engines/sword1')
-rw-r--r-- | engines/sword1/animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h index 07aa5241f0..589a625780 100644 --- a/engines/sword1/animation.h +++ b/engines/sword1/animation.h @@ -23,8 +23,8 @@ #ifndef ANIMATION_H #define ANIMATION_H -#include "graphics/animation.h" #include "graphics/dxa_player.h" +#include "graphics/mpeg_player.h" #include "sword1/screen.h" #include "sword1/sound.h" |