aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/teenagent/animation.h')
-rw-r--r--engines/teenagent/animation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/animation.h b/engines/teenagent/animation.h
index 7e157ef897..3a05f20d26 100644
--- a/engines/teenagent/animation.h
+++ b/engines/teenagent/animation.h
@@ -35,10 +35,10 @@ public:
uint16 id, x, y;
bool loop, paused;
- enum Type {TypeLan, TypeVaria, TypeInventory};
+ enum Type {kTypeLan, kTypeVaria, kTypeInventory};
Animation();
- void load(Common::SeekableReadStream *s, Type type = TypeLan);
+ void load(Common::SeekableReadStream *s, Type type = kTypeLan);
void free();
Surface *firstFrame();