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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/access/bubble_box.h b/engines/access/bubble_box.h
index 6bf752d1a3..6d7f3f679e 100644
--- a/engines/access/bubble_box.h
+++ b/engines/access/bubble_box.h
@@ -44,10 +44,10 @@ private:
int _charCol, _rowOff;
Common::Point _fileStart;
Common::Point _fileOff;
- int BOXSTARTX, BOXSTARTY;
- int BOXENDX, BOXENDY;
- int BICONSTARTX, BICONSTARTY;
- int BOXPSTARTX, BOXPSTARTY;
+ int boxStartX, boxStartY;
+ int _boxEndX, _boxEndY;
+ int _bIconStartX, _bIconStartY;
+ int _boxPStartX, _boxPStartY;
void displayBoxData();
void drawSelectBox();
@@ -104,8 +104,8 @@ public:
int doBox_v1(int item, int box, int &btnSelected);
void getList(const char *const data[], int *flags);
- void SETCURSORPOS(int posX, int posY);
- void PRINTSTR(Common::String msg);
+ void setCursorPos(int posX, int posY);
+ void printString(Common::String msg);
};
} // End of namespace Access