aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file_v1d.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2011-01-31 18:22:20 +0000
committerArnaud Boutonné2011-01-31 18:22:20 +0000
commit1799c4f04507e46f30d8321447061a7f93d5dcda (patch)
treed5ab20de50e14a16e0cd733d02111df6b2518cc0 /engines/hugo/file_v1d.cpp
parent250f5a97fa8546bf555edfb4fc6cfe13d05976c7 (diff)
downloadscummvm-rg350-1799c4f04507e46f30d8321447061a7f93d5dcda.tar.gz
scummvm-rg350-1799c4f04507e46f30d8321447061a7f93d5dcda.tar.bz2
scummvm-rg350-1799c4f04507e46f30d8321447061a7f93d5dcda.zip
Hugo: Some cleanup
svn-id: r55690
Diffstat (limited to 'engines/hugo/file_v1d.cpp')
-rw-r--r--engines/hugo/file_v1d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/file_v1d.cpp b/engines/hugo/file_v1d.cpp
index 8a07518a13..964887fc34 100644
--- a/engines/hugo/file_v1d.cpp
+++ b/engines/hugo/file_v1d.cpp
@@ -85,7 +85,7 @@ void FileManager_v1d::readBackground(int screenIndex) {
debugC(1, kDebugFile, "readBackground(%d)", screenIndex);
Common::String buf;
- buf = Common::String(_vm->_text->getScreenNames(screenIndex)) + Common::String(".ART");
+ buf = Common::String(_vm->_text->getScreenNames(screenIndex)) + ".ART";
if (!_sceneryArchive1.open(buf))
error("File not found: %s", buf.c_str());
// Read the image into dummy seq and static dib_a