aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker
diff options
context:
space:
mode:
authorFilippos Karapetis2009-05-21 13:02:56 +0000
committerFilippos Karapetis2009-05-21 13:02:56 +0000
commitb7f8990ba81f81db3243ae3f9069c4d9f12754aa (patch)
tree50f84f9e502bad1274f684b9c534144f4c6e9a88 /engines/tucker
parentf583a10ec97b3f4ada56ed5e296d4143a4e10e30 (diff)
downloadscummvm-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/tucker')
-rw-r--r--engines/tucker/tucker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h
index d763df3c81..966900c923 100644
--- a/engines/tucker/tucker.h
+++ b/engines/tucker/tucker.h
@@ -32,7 +32,7 @@
#include "common/events.h"
#include "common/stream.h"
-#include "graphics/video/flic_player.h"
+#include "graphics/video/flic_decoder.h"
#include "sound/mixer.h"