aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
authorWalter van Niftrik2016-02-27 15:03:24 +0100
committerWalter van Niftrik2016-03-09 10:03:13 +0100
commit43a37e94dd466887eabdeb589bdc54ca4cec6c41 (patch)
treeb7d49276c944c2b20f2d01faef8de658010fdc71 /engines/adl/adl.h
parentd30cfa24fad35a668d0006f67b9d39901f0757a9 (diff)
downloadscummvm-rg350-43a37e94dd466887eabdeb589bdc54ca4cec6c41.tar.gz
scummvm-rg350-43a37e94dd466887eabdeb589bdc54ca4cec6c41.tar.bz2
scummvm-rg350-43a37e94dd466887eabdeb589bdc54ca4cec6c41.zip
ADL: Rename AdlEngine_v1 to HiRes1Engine
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index cc20edf22c..5252916c2f 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -125,7 +125,7 @@ protected:
bool _isDark;
};
-AdlEngine *AdlEngine_v1__create(OSystem *syst, const AdlGameDescription *gd);
+AdlEngine *HiRes1Engine__create(OSystem *syst, const AdlGameDescription *gd);
} // End of namespace Adl