From 6ff53ea018b5bb56235c4331e016d43801699886 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 27 Jul 2015 14:54:23 +0300 Subject: ACCESS: Some variable renaming --- engines/access/bubble_box.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/access/bubble_box.h') 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; -- cgit v1.2.3