From 3534cff8ef88b5e6a87e4f561146e52288456fa1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 23 Oct 2010 15:46:50 +0000 Subject: ALL: Fix indention (whitespaces -> tabs) svn-id: r53738 --- engines/hugo/file_v2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo') 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 -- cgit v1.2.3