diff options
-rw-r--r-- | wince/findgame.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wince/findgame.cpp b/wince/findgame.cpp index 26b8443181..9cf5f08c1c 100644 --- a/wince/findgame.cpp +++ b/wince/findgame.cpp @@ -31,7 +31,7 @@ struct InstalledScummGame { static const ScummGame GameList[] = { { "Simon The Sorcerer 1 (win)", - "To be tested", + "Completable", "", "SIMON.GME", "GAMEPC", "simon1win", 0 @@ -52,7 +52,7 @@ static const ScummGame GameList[] = { }, { "Zak Mc Kracken (new)", - "Buggy, playable a bit", + "Completable", "zak256", "", "", "zak256", 0 @@ -122,14 +122,14 @@ static const ScummGame GameList[] = { }, { "Sam & Max", - "Completable,glitches,no music", + "Completable, music glitches", "", "SAMNMAX.000", "SAMNMAX.001", "samnmax", 1 }, { "Sam & Max demo", - "Completable, minor glitches, no music", + "Completable", "", "SNMDEMO.000", "SNMDEMO.001", "snmdemo", 0 |