aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/animation.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-10-23 02:05:05 +0200
committerJohannes Schickel2011-10-23 02:07:23 +0200
commit8a7f3e69ffc050d70446db3d6e51b2e2215121b2 (patch)
tree7f9a9e9938cebd626a26c7035f43913e45ae6b9a /engines/teenagent/animation.h
parent456b950c527da116e4132ed9e3e260419ac34ff0 (diff)
downloadscummvm-rg350-8a7f3e69ffc050d70446db3d6e51b2e2215121b2.tar.gz
scummvm-rg350-8a7f3e69ffc050d70446db3d6e51b2e2215121b2.tar.bz2
scummvm-rg350-8a7f3e69ffc050d70446db3d6e51b2e2215121b2.zip
TEENAGENT: Improve code formatting.
I used astyle and fixed some incorrect changes from it manually.
Diffstat (limited to 'engines/teenagent/animation.h')
-rw-r--r--engines/teenagent/animation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/animation.h b/engines/teenagent/animation.h
index d9092d1707..6942cc74eb 100644
--- a/engines/teenagent/animation.h
+++ b/engines/teenagent/animation.h
@@ -35,7 +35,7 @@ public:
enum Type {kTypeLan, kTypeVaria, kTypeInventory};
Animation();
- void load(Common::SeekableReadStream&, Type type = kTypeLan);
+ void load(Common::SeekableReadStream &, Type type = kTypeLan);
void free();
Surface *firstFrame();