HDB: Add warnings

This commit is contained in:
Nipun Garg 2019-07-19 02:58:52 +05:30 committed by Eugene Sandulenko
parent 927770f34b
commit 8a80cc77e9
3 changed files with 0 additions and 7 deletions

View File

@ -49,9 +49,6 @@ bool Input::init() {
void Input::setButtons(uint16 b) {
static int changeState = 0;
static int drawDlg = 0;
static int quit = 0;
static int debugOn = 0;
_buttons = b;
if (!b)

View File

@ -514,7 +514,6 @@ void Menu::drawMenu() {
//
// Options menu content
//
static int hand_off, hand_yvel = 1;
drawNebula();
_optionsGfx->drawMasked(centerPic(_optionsGfx), _oBannerY);
@ -836,7 +835,6 @@ bool Menu::startTitle() {
}
void Menu::drawTitle() {
static int line;
static uint32 time;
//sound.UpdateMusic();

View File

@ -325,10 +325,8 @@ private:
Picture *_gGfxL, *_gGfxM, *_gGfxR;
Picture *_gGfxBL, *_gGfxBM, *_gGfxBR;
Picture *_gGfxTitleL, *_gGfxTitleM, *_gGfxTitleR;
Picture *_gfxResources, *_gfxDeliveries;
Picture *_gfxIndent, *_gfxArrowTo, *_gfxHandright;
Picture *_gfxTry, *_gfxAgain, *_gfxInvSelect;
Tile *_gfxMonkeystone;
Picture *_gfxLevelRestart, *_gfxPausePlaque;
Tile *_gemGfx;
Picture *_mstoneGfx;