aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index 88c43ee4c5..69e048ff15 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -356,7 +356,7 @@ protected:
void clearPathData();
public:
- int x, y; // used to display bitmaps smaller than the screen
+ int _x, _y; // used to display bitmaps smaller than the screen
int width;
int height;