aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file_v2d.cpp
diff options
context:
space:
mode:
authorMax Horn2010-10-23 15:46:50 +0000
committerMax Horn2010-10-23 15:46:50 +0000
commit3534cff8ef88b5e6a87e4f561146e52288456fa1 (patch)
tree5df229a8ffc35eb40462f362ecb7ab09ff7db238 /engines/hugo/file_v2d.cpp
parentefcfb40da92eedc2a22e595b26369f960efd434e (diff)
downloadscummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.tar.gz
scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.tar.bz2
scummvm-rg350-3534cff8ef88b5e6a87e4f561146e52288456fa1.zip
ALL: Fix indention (whitespaces -> tabs)
svn-id: r53738
Diffstat (limited to 'engines/hugo/file_v2d.cpp')
-rw-r--r--engines/hugo/file_v2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/file_v2d.cpp b/engines/hugo/file_v2d.cpp
index ef5c633ee9..c4b17b3e65 100644
--- a/engines/hugo/file_v2d.cpp
+++ b/engines/hugo/file_v2d.cpp
@@ -92,7 +92,7 @@ void FileManager_v2d::readOverlay(int screenNum, image_pt image, ovl_t overlayTy
// Open and read in an overlay file, close file
debugC(1, kDebugFile, "readOverlay(%d, ...)", screenNum);
- image_pt tmpImage = image; // temp ptr to overlay file
+ image_pt tmpImage = image; // temp ptr to overlay file
_sceneryArchive1.seek((uint32)screenNum * sizeof(sceneBlock_t), SEEK_SET);
sceneBlock_t sceneBlock; // Database header entry