aboutsummaryrefslogtreecommitdiff
path: root/engines/access/bubble_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/bubble_box.h')
-rw-r--r--engines/access/bubble_box.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/access/bubble_box.h b/engines/access/bubble_box.h
index 6d7f3f679e..9a45721108 100644
--- a/engines/access/bubble_box.h
+++ b/engines/access/bubble_box.h
@@ -36,7 +36,7 @@ namespace Access {
class AccessEngine;
-enum BoxType { TYPE_0 = 0, TYPE_1 = 1, TYPE_2 = 2, TYPE_3 = 3, TYPE_4 = 4 };
+enum BoxType { TYPE_0 = 0, TYPE_1 = 1, TYPE_2 = 2, TYPE_3 = 3, kBoxTypeFileDialog = 4 };
class BubbleBox : public Manager {
private:
@@ -44,7 +44,7 @@ private:
int _charCol, _rowOff;
Common::Point _fileStart;
Common::Point _fileOff;
- int boxStartX, boxStartY;
+ int _boxStartX, _boxStartY;
int _boxEndX, _boxEndY;
int _bIconStartX, _bIconStartY;
int _boxPStartX, _boxPStartY;