aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-05-17 23:29:44 +0000
committerJohannes Schickel2010-05-17 23:29:44 +0000
commit0fe2ba6a0dd1bc7a3edda7ed8deaeba10f39ab9b (patch)
treeb8a6a807c6ceaccbce4f66c9740315999616ed38 /engines/kyra/kyra_v2.h
parentcbbb78d9f29672e0f78724344040a692018fa3a5 (diff)
downloadscummvm-rg350-0fe2ba6a0dd1bc7a3edda7ed8deaeba10f39ab9b.tar.gz
scummvm-rg350-0fe2ba6a0dd1bc7a3edda7ed8deaeba10f39ab9b.tar.bz2
scummvm-rg350-0fe2ba6a0dd1bc7a3edda7ed8deaeba10f39ab9b.zip
Some more enforcement of our formatting conventions in KYRA too.
svn-id: r49069
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index ca6499e74e..6aaa8c3687 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -257,7 +257,7 @@ protected:
virtual void uninitAnimationShapes(int count, uint8 *filedata) = 0;
// Shapes
- typedef Common::HashMap<int, uint8*> ShapeMap;
+ typedef Common::HashMap<int, uint8 *> ShapeMap;
ShapeMap _gameShapes;
uint8 *getShapePtr(int index) const;