aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-13 04:48:38 +0530
committerEugene Sandulenko2019-09-03 17:17:18 +0200
commitc5d1ea304b38f22fc7927ef16875b1ef82036886 (patch)
tree6bccd33004c6ad2d884615f79e418d0a9ea2445f /engines/hdb/gfx.h
parent1feb91b2f8fd4b22ab6911466d136ea342e4c054 (diff)
downloadscummvm-rg350-c5d1ea304b38f22fc7927ef16875b1ef82036886.tar.gz
scummvm-rg350-c5d1ea304b38f22fc7927ef16875b1ef82036886.tar.bz2
scummvm-rg350-c5d1ea304b38f22fc7927ef16875b1ef82036886.zip
HDB: Unstubbing updateVideo()
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 371174b113..36204c59f9 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -257,12 +257,12 @@ public:
char *getName() { return _name; }
-private:
+ Graphics::ManagedSurface *getSurface() { return &_surface; }
+private:
char _name[64];
Graphics::ManagedSurface _surface;
-
};
class Tile {