aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/detection.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2009-01-12 01:29:29 +0000
committerMatthew Hoops2009-01-12 01:29:29 +0000
commit9bef5d0e722d38cebfeb0d79b46a550964589cea (patch)
tree5952057e30e9db5fe1879a08e6b748583e611994 /engines/agi/detection.cpp
parenteed76226d35c230bae34f978ec20c7d5982ccdac (diff)
downloadscummvm-rg350-9bef5d0e722d38cebfeb0d79b46a550964589cea.tar.gz
scummvm-rg350-9bef5d0e722d38cebfeb0d79b46a550964589cea.tar.bz2
scummvm-rg350-9bef5d0e722d38cebfeb0d79b46a550964589cea.zip
consistency fix and add a new line
svn-id: r35831
Diffstat (limited to 'engines/agi/detection.cpp')
-rw-r--r--engines/agi/detection.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 7b85245dce..4fa63b4afa 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -446,8 +446,8 @@ static const AGIGameDescription gameDescriptions[] = {
// The original game did not have menus, they are enabled under ScummVM
GAME_FP("sq1", "1.1A 1986-11-13", "8d8c20ab9f4b6e4817698637174a1cb6", 0x2272, GF_MENUS, GID_SQ1, Common::kPlatformPC),
- // The original game did not have menus, they are enabled under ScummVM
// Space Quest 1 (Amiga) 1.2 # 2.082
+ // The original game did not have menus, they are enabled under ScummVM
GAME_FP("sq1", "1.2 1986", "0b216d931e95750f1f4837d6a4b821e5", 0x2440, GF_MENUS | GF_OLDAMIGAV20, GID_SQ1, Common::kPlatformAmiga),
// Space Quest 1 (Mac) 1.5D
@@ -515,6 +515,7 @@ static const AGIGameDescription gameDescriptions[] = {
// Troll's Tale
GAMEpre_PS("troll", "", "troll.img", "62903f264b3d849be4214b3a5c42a2fa", 184320, 0x0000, GID_TROLL, Common::kPlatformPC),
+
// Winnie the Pooh in the Hundred Acre Wood
GAMEpre_P("winnie", "", "title.pic", "2e7900c1ccaa7671d65405f6d1efed30", 0x0000, GID_WINNIE, Common::kPlatformPC),