From 0154c85c6d251b8ad718b6bb9f62d82bc4720020 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jul 2013 10:34:12 -0400 Subject: TSAGE: Fix for refreshing background and vertical sprite flipping in R2R scene 1200 --- engines/tsage/core.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/tsage/core.h') diff --git a/engines/tsage/core.h b/engines/tsage/core.h index 296754011e..655bd234e6 100644 --- a/engines/tsage/core.h +++ b/engines/tsage/core.h @@ -472,11 +472,13 @@ class Visage { private: byte *_data; - void flip(GfxSurface &s); + void flipHorizontal(GfxSurface &s); + void flipVertical(GfxSurface &s); public: int _resNum; int _rlbNum; bool _flipHoriz; + bool _flipVert; public: Visage(); Visage(const Visage &v); -- cgit v1.2.3