aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scene.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-06 22:56:11 +0300
committerEugene Sandulenko2013-09-06 14:48:17 +0300
commitc2103bb9cd4b8b2958ea99c7797df2cd4f0905d5 (patch)
tree61c40f7e340c77d58244be0f2cba19c38fa56a9c /engines/fullpipe/scene.cpp
parent69946ce96355e5e07ad7a21ab3eb2f2831dfc002 (diff)
downloadscummvm-rg350-c2103bb9cd4b8b2958ea99c7797df2cd4f0905d5.tar.gz
scummvm-rg350-c2103bb9cd4b8b2958ea99c7797df2cd4f0905d5.tar.bz2
scummvm-rg350-c2103bb9cd4b8b2958ea99c7797df2cd4f0905d5.zip
FULLPIPE: Fix indentation
Diffstat (limited to 'engines/fullpipe/scene.cpp')
-rw-r--r--engines/fullpipe/scene.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp
index 7a5d663bc3..4d8f9617f0 100644
--- a/engines/fullpipe/scene.cpp
+++ b/engines/fullpipe/scene.cpp
@@ -180,11 +180,10 @@ bool Scene::load(MfcArchive &file) {
strcpy(fname, _stringObj);
strcpy(strrchr(fname, '.') + 1, "col");
- MemoryObject *col = new MemoryObject();
+ MemoryObject *col = new MemoryObject();
col->loadFile(fname);
_colorMemoryObj = col;
-
}
char *shdname = genFileName(0, _sceneId, "shd");
@@ -203,7 +202,7 @@ bool Scene::load(MfcArchive &file) {
if (g_fullpipe->_flgSoundList) {
char *nlname = genFileName(17, _sceneId, "nl");
-
+
_soundList->loadFile(slsname, nlname);
free(nlname);