aboutsummaryrefslogtreecommitdiff
path: root/engines/touche
diff options
context:
space:
mode:
authorEugene Sandulenko2007-02-13 13:42:28 +0000
committerEugene Sandulenko2007-02-13 13:42:28 +0000
commitda7d8c9f35829184fcf16d60689b671fafee30d4 (patch)
treec1e8bf69c7e505c19d6c7c1169309d7328e9958b /engines/touche
parent731f1017c1452063a9b722c3f4601f12034f2d16 (diff)
downloadscummvm-rg350-da7d8c9f35829184fcf16d60689b671fafee30d4.tar.gz
scummvm-rg350-da7d8c9f35829184fcf16d60689b671fafee30d4.tar.bz2
scummvm-rg350-da7d8c9f35829184fcf16d60689b671fafee30d4.zip
Rename Common::GF_XXX to Common::ADGF_XXX
svn-id: r25545
Diffstat (limited to 'engines/touche')
-rw-r--r--engines/touche/plugin.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/touche/plugin.cpp b/engines/touche/plugin.cpp
index 3dac8c7ec4..19cdc6803b 100644
--- a/engines/touche/plugin.cpp
+++ b/engines/touche/plugin.cpp
@@ -50,7 +50,7 @@ static const Common::ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("touche.dat", "2af0177f8887e3430f345e6b4d8b1414", 26350211),
Common::EN_ANY,
Common::kPlatformPC,
- Common::GF_NO_FLAGS
+ Common::ADGF_NO_FLAGS
},
{ // retail version - tracker item #1601818
"touche",
@@ -58,7 +58,7 @@ static const Common::ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("touche.dat", "95967f0b51d2e813e99ca00325098340", 26350190),
Common::EN_ANY,
Common::kPlatformPC,
- Common::GF_NO_FLAGS
+ Common::ADGF_NO_FLAGS
},
{ // retail version
"touche-fr",
@@ -66,7 +66,7 @@ static const Common::ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("touche.dat", "1caa20bb4d4fc2ce8eb867b6610082b3", 26558232),
Common::FR_FRA,
Common::kPlatformPC,
- Common::GF_NO_FLAGS
+ Common::ADGF_NO_FLAGS
},
{ // retail version - tracker item #1598643
"touche-de",
@@ -74,7 +74,7 @@ static const Common::ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("touche.dat", "be2ae6454b3325e410946f2322547cd4", 26625537),
Common::DE_DEU,
Common::kPlatformPC,
- Common::GF_NO_FLAGS
+ Common::ADGF_NO_FLAGS
},
{ // fan-made translation (http://www.iagtg.net/) - tracker item #1602360
"touche-it",
@@ -82,7 +82,7 @@ static const Common::ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("touche.dat", "1f442331d4b327c3488a9f6ffe9bdd25", 26367792),
Common::IT_ITA,
Common::kPlatformPC,
- Common::GF_NO_FLAGS
+ Common::ADGF_NO_FLAGS
},
{ // demo version
"touche",
@@ -90,7 +90,7 @@ static const Common::ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("touche.dat", "ddaed436445b2e77294ed19e8ae4aa2c", 8720683),
Common::EN_ANY,
Common::kPlatformPC,
- Common::GF_DEMO
+ Common::ADGF_DEMO
},
AD_TABLE_END_MARKER
};