diff options
author | Robert Göffringmann | 2004-12-12 07:11:11 +0000 |
---|---|---|
committer | Robert Göffringmann | 2004-12-12 07:11:11 +0000 |
commit | 475b5f138db6fed544ee21912338e3be5812c945 (patch) | |
tree | cad7b7349e322628020354ca349a33d865e220c3 /sword1 | |
parent | 791db21a6cdb1a284e703d436c7851d68ab0e225 (diff) | |
download | scummvm-rg350-475b5f138db6fed544ee21912338e3be5812c945.tar.gz scummvm-rg350-475b5f138db6fed544ee21912338e3be5812c945.tar.bz2 scummvm-rg350-475b5f138db6fed544ee21912338e3be5812c945.zip |
fixed warning
svn-id: r16039
Diffstat (limited to 'sword1')
-rw-r--r-- | sword1/sword1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp index d2ccbd1f01..de6ae15006 100644 --- a/sword1/sword1.cpp +++ b/sword1/sword1.cpp @@ -401,7 +401,7 @@ void SwordEngine::checkCdFiles(void) { // check if we're running from cd, hdd or if (missingTypes[TYPE_SPEECH1] && missingTypes[TYPE_SPEECH2]) warning("Unable to find the speech files. The game will work, but you won't hear any voice output.\n" "Please copy the SPEECH.CLU files from both CDs and rename them to SPEECH1.CLU and SPEECH2.CLU,\n" - "corresponding to the CD number.\n", + "corresponding to the CD number.\n" "Please read the ScummVM Readme file for more information"); else warning("Unable to find the speech file from CD %d.\n" |