From 00d676c3d226d3d4430d7faf294138de895f39d4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 10 Aug 2005 14:11:22 +0000 Subject: EVENT -> Event svn-id: r18644 --- saga/sfuncs.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'saga/sfuncs.cpp') diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp index 2bbc00d20f..e8b6e35ac0 100644 --- a/saga/sfuncs.cpp +++ b/saga/sfuncs.cpp @@ -354,7 +354,7 @@ void Script::sfScriptDoAction(SCRIPTFUNC_PARAMS) { ActorData *actor; ObjectData *obj; const HitZone *hitZone; - EVENT event; + Event event; objectId = thread->pop(); action = thread->pop(); @@ -1234,8 +1234,8 @@ void Script::sfPlacard(SCRIPTFUNC_PARAMS) { Surface *backBuffer = _vm->_gfx->getBackBuffer(); static PalEntry cur_pal[PAL_ENTRIES]; PalEntry *pal; - EVENT event; - EVENT *q_event; + Event event; + Event *q_event; if (_vm->getGameType() == GType_IHNM) { warning("Psychic profile is not implemented"); @@ -1340,8 +1340,8 @@ void Script::sfPlacard(SCRIPTFUNC_PARAMS) { void Script::sfPlacardOff(SCRIPTFUNC_PARAMS) { static PalEntry cur_pal[PAL_ENTRIES]; PalEntry *pal; - EVENT event; - EVENT *q_event; + Event event; + Event *q_event; thread->wait(kWaitTypePlacard); -- cgit v1.2.3