From 6db034a1db90ed2423a4cb6cc7a7ae5d87673e77 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Tue, 15 Sep 2009 20:21:18 +0000 Subject: renamed constants to comply with the code convention. svn-id: r44109 --- engines/teenagent/animation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/teenagent/animation.h') 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(); -- cgit v1.2.3