aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/menu.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-31 00:20:09 +0530
committerEugene Sandulenko2019-09-03 17:17:30 +0200
commitc1d2468f075698fddd9cb0f825d6ee1e0752b3bd (patch)
tree83b236a6902ace983ebe76977be1439a565c4c1d /engines/hdb/menu.h
parentd93c6ec72466e27ffa390c0f6f3933d2ed6640b1 (diff)
downloadscummvm-rg350-c1d2468f075698fddd9cb0f825d6ee1e0752b3bd.tar.gz
scummvm-rg350-c1d2468f075698fddd9cb0f825d6ee1e0752b3bd.tar.bz2
scummvm-rg350-c1d2468f075698fddd9cb0f825d6ee1e0752b3bd.zip
HDB: Section off PPC-specific code
Diffstat (limited to 'engines/hdb/menu.h')
-rw-r--r--engines/hdb/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/menu.h b/engines/hdb/menu.h
index 7ce6450bab..84a4042943 100644
--- a/engines/hdb/menu.h
+++ b/engines/hdb/menu.h
@@ -216,7 +216,7 @@ public:
Picture *_star[3], *_warpGfx;
uint32 _quitTimer;
Picture *_starRedGfx[2], *_starGreenGfx[2], *_starBlueGfx[2], *_versionGfx;
- Picture *_screenshots1gfx, *_screenshots1agfx, *_screenshots2gfx, *_demoPlaqueGfx;
+ Picture *_screenshots1gfx, *_screenshots1agfx, *_screenshots2gfx, *_demoPlaqueGfx, *_handangoGfx;
bool _menuActive, _optionsScrolling, _newgameActive, _sayHDB;
int _gamefilesActive, _clickDelay, _saveSlot, _optionsActive, _quitActive, _warpActive;