HDB: Fix switches

This commit is contained in:
Eugene Sandulenko 2019-07-17 13:59:25 +02:00
parent 74931e7205
commit 5cf1f6a2f9

View File

@ -979,8 +979,8 @@ bool AI::init() {
_blockpole = g_hdb->_gfx->getTileIndex("t32_blockpole_1");
_useTeleporter = g_hdb->_gfx->getTileIndex("anim_t32_teleporter1");
_useSwitchOff = g_hdb->_gfx->getTileIndex("t32_temple_touchplate_on");
_useSwitchOff = g_hdb->_gfx->getTileIndex("t32_temple_touchplate_off");
_templeTouchpOn = g_hdb->_gfx->getTileIndex("t32_temple_touchplate_on");
_templeTouchpOff = g_hdb->_gfx->getTileIndex("t32_temple_touchplate_off");
_kcHolderWhiteOff = g_hdb->_gfx->getTileIndex("anim_t32_kcholder_white_off1");
_kcHolderWhiteOn = g_hdb->_gfx->getTileIndex("t32_kcholder_white_on");