diff options
Diffstat (limited to 'saga/interface.cpp')
-rw-r--r-- | saga/interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/interface.cpp b/saga/interface.cpp index ec4f8690bd..3bf66224da 100644 --- a/saga/interface.cpp +++ b/saga/interface.cpp @@ -1186,7 +1186,7 @@ void Interface::handleChapterSelectionClick(const Point& mousePoint) { HitZone *hitZone; ActorData *a; ObjectData *o; - EVENT event; + Event event; switch (objectTypeId(obj)) { case kGameObjectHitZone: |