aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/features.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-11-17 14:28:32 +0000
committerFilippos Karapetis2010-11-17 14:28:32 +0000
commit47e137fd8e26471ff678b49355a2f01cfe1e6c39 (patch)
tree166aa1ee57cd5b92b1060beafd6fae60b200296f /engines/sci/engine/features.h
parentc003032b4cb25e1ea9e3f9cdee904604c30fb4ff (diff)
downloadscummvm-rg350-47e137fd8e26471ff678b49355a2f01cfe1e6c39.tar.gz
scummvm-rg350-47e137fd8e26471ff678b49355a2f01cfe1e6c39.tar.bz2
scummvm-rg350-47e137fd8e26471ff678b49355a2f01cfe1e6c39.zip
SCI: lofsa/lofss functionality for SCI3
- Updated detectLofsType() for SCI3 - Cleaned up op_lofsa and op_lofss and updated them for SCI3 svn-id: r54293
Diffstat (limited to 'engines/sci/engine/features.h')
-rw-r--r--engines/sci/engine/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/features.h b/engines/sci/engine/features.h
index 755054fb25..336520f0d9 100644
--- a/engines/sci/engine/features.h
+++ b/engines/sci/engine/features.h
@@ -57,7 +57,7 @@ public:
/**
* Autodetects the Lofs type
- * @return Lofs type, SCI_VERSION_0_EARLY / SCI_VERSION_1_MIDDLE / SCI_VERSION_1_1
+ * @return Lofs type, SCI_VERSION_0_EARLY / SCI_VERSION_1_MIDDLE / SCI_VERSION_1_1 / SCI_VERSION_3
*/
SciVersion detectLofsType();