aboutsummaryrefslogtreecommitdiff
path: root/sword2/anims.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-08-24 08:15:01 +0000
committerJonathan Gray2003-08-24 08:15:01 +0000
commite52f4c89c79c4d390ff81957a72254f89049f685 (patch)
tree531e575734f4ff5dba88eb99adf78572575f6e0f /sword2/anims.cpp
parentcf9ad3aee3d9b672ad46c9491955f42732d156e9 (diff)
downloadscummvm-rg350-e52f4c89c79c4d390ff81957a72254f89049f685.tar.gz
scummvm-rg350-e52f4c89c79c4d390ff81957a72254f89049f685.tar.bz2
scummvm-rg350-e52f4c89c79c4d390ff81957a72254f89049f685.zip
correct slashes in paths
svn-id: r9844
Diffstat (limited to 'sword2/anims.cpp')
-rw-r--r--sword2/anims.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/anims.cpp b/sword2/anims.cpp
index 84568b4013..eefd329104 100644
--- a/sword2/anims.cpp
+++ b/sword2/anims.cpp
@@ -596,7 +596,7 @@ void CreateSequenceSpeech(_movieTextObject *sequenceText[]) // (James23may97)
#endif // _SWORD2_DEBUG
{
strcpy(speechFile,res_man.GetCdPath());
- strcat(speechFile,"CLUSTERS\\SPEECH.CLU");
+ strcat(speechFile,"CLUSTERS/SPEECH.CLU");
}
}
//------------------------------