From 2fdb5f5824826a6c54f5afde8c62eafd24c1a152 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Tue, 24 Nov 2009 10:06:21 -0700 Subject: [PATCH] house-keeping --- data/animations/AlienWarrior.lua | 2 +- src/Character.hh | 2 +- src/Heroine.hh | 2 +- src/Moof/Script.hh | 5 ++++- src/TitleLayer.hh | 4 +++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/data/animations/AlienWarrior.lua b/data/animations/AlienWarrior.lua index b722e97..9f9f38c 100644 --- a/data/animations/AlienWarrior.lua +++ b/data/animations/AlienWarrior.lua @@ -85,7 +85,7 @@ DefineSequence("FlyStraightUp", } }) -DefineSequence("FlyStraightUp", +DefineSequence("FlyHorizontally", { class = FLY, frames = { diff --git a/src/Character.hh b/src/Character.hh index d70da88..28e588b 100644 --- a/src/Character.hh +++ b/src/Character.hh @@ -43,7 +43,7 @@ -struct Character; +class Character; typedef boost::shared_ptr CharacterP; diff --git a/src/Heroine.hh b/src/Heroine.hh index 7169987..151362e 100644 --- a/src/Heroine.hh +++ b/src/Heroine.hh @@ -36,7 +36,7 @@ #include "Character.hh" -struct Heroine; +class Heroine; typedef boost::shared_ptr HeroineP; diff --git a/src/Moof/Script.hh b/src/Moof/Script.hh index a1b536c..df00619 100644 --- a/src/Moof/Script.hh +++ b/src/Moof/Script.hh @@ -59,8 +59,10 @@ class Script; typedef boost::shared_ptr