aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
authorTravis Howell2008-04-16 08:50:25 +0000
committerTravis Howell2008-04-16 08:50:25 +0000
commit7e222b1a0c687ed430933a0d6eb3148053d0fa3f (patch)
tree343a9e490a5f4164e755c8b511722af9ac8926bb /engines/agos/agos.h
parenta1ddd9ba817a19be1541b21d5b57f1d0fe8e9576 (diff)
downloadscummvm-rg350-7e222b1a0c687ed430933a0d6eb3148053d0fa3f.tar.gz
scummvm-rg350-7e222b1a0c687ed430933a0d6eb3148053d0fa3f.tar.bz2
scummvm-rg350-7e222b1a0c687ed430933a0d6eb3148053d0fa3f.zip
Cleanup.
svn-id: r31512
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 284c61fdaf..baa67762b7 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -140,8 +140,8 @@ enum EventType {
ANIMATE_INT = 1 << 1,
ANIMATE_EVENT = 1 << 2,
SCROLL_EVENT = 1 << 3,
- IMAGE_EVENT2 = 1 << 4,
- IMAGE_EVENT3 = 1 << 5
+ PLAYER_DAMAGE_EVENT = 1 << 4,
+ MONSTER_DAMAGE_EVENT = 1 << 5
};
struct AGOSGameDescription;
@@ -1113,8 +1113,8 @@ protected:
void animateEvent(const byte *code_ptr, uint16 curZoneNum, uint16 cur_sprite);
void scrollEvent();
void drawStuff(const byte *src, uint offs);
- void imageEvent2(VgaTimerEntry * vte, uint dx);
- void imageEvent3(VgaTimerEntry * vte, uint dx);
+ void playerDamageEvent(VgaTimerEntry * vte, uint dx);
+ void monsterDamageEvent(VgaTimerEntry * vte, uint dx);
VgaSprite *findCurSprite();
@@ -1353,8 +1353,8 @@ public:
void oe2_playEffect();
void oe2_getDollar2();
void oe2_setSRExit();
- void oe2_unk177();
- void oe2_unk178();
+ void oe2_printPlayerDamage();
+ void oe2_printMonsterDamage();
void oe2_isAdjNoun();
void oe2_b2Set();
void oe2_b2Clear();