aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/animation.h
diff options
context:
space:
mode:
authorVladimir Menshakov2009-09-15 20:21:18 +0000
committerVladimir Menshakov2009-09-15 20:21:18 +0000
commit6db034a1db90ed2423a4cb6cc7a7ae5d87673e77 (patch)
tree580f739bc56fb8b0ec471b9dbe95cdb432fda012 /engines/teenagent/animation.h
parent76ea1fbb6493cdefcb7bdc2bf1112fc7cff6f108 (diff)
downloadscummvm-rg350-6db034a1db90ed2423a4cb6cc7a7ae5d87673e77.tar.gz
scummvm-rg350-6db034a1db90ed2423a4cb6cc7a7ae5d87673e77.tar.bz2
scummvm-rg350-6db034a1db90ed2423a4cb6cc7a7ae5d87673e77.zip
renamed constants to comply with the code convention.
svn-id: r44109
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();