diff options
author | Max Horn | 2010-10-15 12:48:19 +0000 |
---|---|---|
committer | Max Horn | 2010-10-15 12:48:19 +0000 |
commit | 4ccce198761e9e7da5ec495345515f7ddf922743 (patch) | |
tree | 8383e880db565dd2fb8597ee6b2c12c260f788ca /engines/kyra | |
parent | 42f2a131553cf0e8e1fd30beba7402c6530513ea (diff) | |
download | scummvm-rg350-4ccce198761e9e7da5ec495345515f7ddf922743.tar.gz scummvm-rg350-4ccce198761e9e7da5ec495345515f7ddf922743.tar.bz2 scummvm-rg350-4ccce198761e9e7da5ec495345515f7ddf922743.zip |
ENGINES: Enhance namespace comments a bit
svn-id: r53484
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/kyra_v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_v1.h b/engines/kyra/kyra_v1.h index d077d3a3b0..b4b1e720c9 100644 --- a/engines/kyra/kyra_v1.h +++ b/engines/kyra/kyra_v1.h @@ -93,7 +93,7 @@ class KyraMetaEngine; * is pretty minor priority though, since the benefit would be mostly nicer code). The biggest * task left is the kyra.dat handling, which is currently being revised by LordHoto. * - * Supported games: + * Games using this engine: * - The Legend of Kyrandia (fully supported, except for Macintosh port, which lacks sound) * - (The) Hand of Fate (fully supported) * - Malcolm's Revenge (fully supported) |