aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/video.cpp
diff options
context:
space:
mode:
authorStrangerke2016-12-05 22:44:24 -0800
committerEugene Sandulenko2017-01-25 22:42:12 +0100
commite76e4c813685c50f38068332139ded34cb6a181f (patch)
treede2b0520546e0b8584e8d6a0403ce6d824a83846 /engines/cryo/video.cpp
parent1e1e90f8ec273a546e5e7fa776013382b2278f77 (diff)
downloadscummvm-rg350-e76e4c813685c50f38068332139ded34cb6a181f.tar.gz
scummvm-rg350-e76e4c813685c50f38068332139ded34cb6a181f.tar.bz2
scummvm-rg350-e76e4c813685c50f38068332139ded34cb6a181f.zip
CRYO: Replace file_t by Common::File
Diffstat (limited to 'engines/cryo/video.cpp')
-rw-r--r--engines/cryo/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryo/video.cpp b/engines/cryo/video.cpp
index 6cf90535e1..f76da76f60 100644
--- a/engines/cryo/video.cpp
+++ b/engines/cryo/video.cpp
@@ -74,7 +74,7 @@ hnm_t *HnmPlayer::resetInternals() {
}
// Original name: CLHNM_SetFile
-void HnmPlayer::setFile(hnm_t *hnm, file_t *file) {
+void HnmPlayer::setFile(hnm_t *hnm, Common::File *file) {
hnm->_file = file;
}