aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/actors.h
diff options
context:
space:
mode:
authorMax Horn2009-03-07 19:24:31 +0000
committerMax Horn2009-03-07 19:24:31 +0000
commitf9ecd95d6960341e696ab1aa8262e48135908d51 (patch)
tree4ab853891a0ca47c4d46a2691546e27a7e05b7f9 /engines/tinsel/actors.h
parent2dfae035ac7351b1161d0466405c1d44d69f701a (diff)
downloadscummvm-rg350-f9ecd95d6960341e696ab1aa8262e48135908d51.tar.gz
scummvm-rg350-f9ecd95d6960341e696ab1aa8262e48135908d51.tar.bz2
scummvm-rg350-f9ecd95d6960341e696ab1aa8262e48135908d51.zip
Whitespace cleanup: Convert space followed by tab to just tab
svn-id: r39203
Diffstat (limited to 'engines/tinsel/actors.h')
-rw-r--r--engines/tinsel/actors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/actors.h b/engines/tinsel/actors.h
index 03fd0151b4..74a5ba4185 100644
--- a/engines/tinsel/actors.h
+++ b/engines/tinsel/actors.h
@@ -147,7 +147,7 @@ struct SAVED_ACTOR {
short zFactor;
bool bAlive;
bool bHidden;
- SCNHANDLE presFilm; //!< the film that reel belongs to
+ SCNHANDLE presFilm; //!< the film that reel belongs to
short presRnum; //!< the present reel number
short presPlayX, presPlayY;
};