diff options
author | uruk | 2014-08-11 16:07:29 +0200 |
---|---|---|
committer | uruk | 2014-08-11 16:07:29 +0200 |
commit | 9c5bdc6dde233011a22dd85f42d37f01f29809b0 (patch) | |
tree | e7a1116f793121cb41266e3a9f46f073b1120ac1 /engines | |
parent | 5e375d0796b4da822ceb8e3d4294d9189101241a (diff) | |
download | scummvm-rg350-9c5bdc6dde233011a22dd85f42d37f01f29809b0.tar.gz scummvm-rg350-9c5bdc6dde233011a22dd85f42d37f01f29809b0.tar.bz2 scummvm-rg350-9c5bdc6dde233011a22dd85f42d37f01f29809b0.zip |
CGE2: Fix formatting in bitmap.h.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/bitmap.h | 2 |
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]); }; |