mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
DGDS: Remove unused variable
This commit is contained in:
parent
e1d41e84cc
commit
e3b13b3c62
@ -61,8 +61,6 @@ _lastOpcode1SceneChageNum(0), _sceneOp12SceneNum(0), _currentSelectedItem(0),
|
||||
_gameMinsToAddOnLClick(0), _gameMinsToAddOnStartDrag(0), _gameMinsToAddOnRClick(0), _gameMinsToAddOnDragFinished(0),
|
||||
_gameMinsToAddOnObjInteraction(0), _gameIsInteractiveGlobal(0), _sceneOpcode15FromScene(0),
|
||||
_sceneOpcode15ToScene(0) {
|
||||
DgdsEngine *engine = static_cast<DgdsEngine *>(g_engine);
|
||||
|
||||
_globals.push_back(clock.getGameMinsAddedGlobal(1));
|
||||
_globals.push_back(clock.getGameTicksUpGlobal(0x64));
|
||||
_globals.push_back(clock.getGameTicksDownGlobal(0x63));
|
||||
|
Loading…
Reference in New Issue
Block a user