diff options
author | Travis Howell | 2006-01-14 00:51:48 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-14 00:51:48 +0000 |
commit | 7d3004661b13297c33d5d5320b71faafda823ae2 (patch) | |
tree | d5f18c43da14b353215607dd31c05ecfb54e98a3 /simon | |
parent | 39ed1efe3fcfab8929729b882d4b6681652f9664 (diff) | |
download | scummvm-rg350-7d3004661b13297c33d5d5320b71faafda823ae2.tar.gz scummvm-rg350-7d3004661b13297c33d5d5320b71faafda823ae2.tar.bz2 scummvm-rg350-7d3004661b13297c33d5d5320b71faafda823ae2.zip |
Missed one.
svn-id: r20008
Diffstat (limited to 'simon')
-rw-r--r-- | simon/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/game.cpp b/simon/game.cpp index 4e401ae0fd..5777ce6fbd 100644 --- a/simon/game.cpp +++ b/simon/game.cpp @@ -584,7 +584,7 @@ static GameDescription gameDescriptions[] = { "simon1", GType_SIMON1, GID_SIMON1TALKIE, - "Simon the Sorcerer 1 (DOS CD)", + "Simon the Sorcerer 1 (English DOS CD)", ARRAYSIZE(SIMON1_GameFiles), SIMON1_GameFiles, GF_TALKIE, |