aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/bitmap.h b/engines/cge2/bitmap.h
index 30b8f487c5..613222fc6e 100644
--- a/engines/cge2/bitmap.h
+++ b/engines/cge2/bitmap.h
@@ -81,7 +81,7 @@ public:
void hide(V2D pos);
void show(V2D pos);
bool solidAt(V2D pos);
- void xLatPos(V2D& p);
+ void xLatPos(V2D &p);
static uint8 *makeSpeechBubbleTail(int des, uint8 colorSet[][4]);
};