From 9c5bdc6dde233011a22dd85f42d37f01f29809b0 Mon Sep 17 00:00:00 2001 From: uruk Date: Mon, 11 Aug 2014 16:07:29 +0200 Subject: CGE2: Fix formatting in bitmap.h. --- engines/cge2/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge2') 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]); }; -- cgit v1.2.3