aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-08-10 14:11:22 +0000
committerEugene Sandulenko2005-08-10 14:11:22 +0000
commit00d676c3d226d3d4430d7faf294138de895f39d4 (patch)
tree66b8958b1e48bbe90f56e09fbe3afc68281a8744 /saga/sfuncs.cpp
parent67b4b2c0d44b5b84cb1912b9e2c906fc59e97d2c (diff)
downloadscummvm-rg350-00d676c3d226d3d4430d7faf294138de895f39d4.tar.gz
scummvm-rg350-00d676c3d226d3d4430d7faf294138de895f39d4.tar.bz2
scummvm-rg350-00d676c3d226d3d4430d7faf294138de895f39d4.zip
EVENT -> Event
svn-id: r18644
Diffstat (limited to 'saga/sfuncs.cpp')
-rw-r--r--saga/sfuncs.cpp10
1 files changed, 5 insertions, 5 deletions
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);