aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/menu.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-27 23:50:22 +0200
committerEugene Sandulenko2019-09-03 17:17:29 +0200
commit6c21dfbbe66fc046d56e1bf5ddf18c5c8c4e7591 (patch)
tree988d2fe2425af7b147ffe31e015f0d083393d2ab /engines/hdb/menu.h
parent5fe9b6f6e77041e8fd57f6b76e261a8ae3c6041e (diff)
downloadscummvm-rg350-6c21dfbbe66fc046d56e1bf5ddf18c5c8c4e7591.tar.gz
scummvm-rg350-6c21dfbbe66fc046d56e1bf5ddf18c5c8c4e7591.tar.bz2
scummvm-rg350-6c21dfbbe66fc046d56e1bf5ddf18c5c8c4e7591.zip
HDB: Implemented demo differences for menu
Diffstat (limited to 'engines/hdb/menu.h')
-rw-r--r--engines/hdb/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/menu.h b/engines/hdb/menu.h
index b9d5aeba98..7ce6450bab 100644
--- a/engines/hdb/menu.h
+++ b/engines/hdb/menu.h
@@ -216,6 +216,7 @@ public:
Picture *_star[3], *_warpGfx;
uint32 _quitTimer;
Picture *_starRedGfx[2], *_starGreenGfx[2], *_starBlueGfx[2], *_versionGfx;
+ Picture *_screenshots1gfx, *_screenshots1agfx, *_screenshots2gfx, *_demoPlaqueGfx;
bool _menuActive, _optionsScrolling, _newgameActive, _sayHDB;
int _gamefilesActive, _clickDelay, _saveSlot, _optionsActive, _quitActive, _warpActive;