diff --git a/Source/diablo.cpp b/Source/diablo.cpp index a2f2ee5c4..1c25e7614 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -577,13 +577,6 @@ void PressChar(char vkey) } return; #ifdef _DEBUG - case 'a': - if (debug_mode_key_inverted_v) { - spelldata[SPL_TELEPORT].sTownSpell = true; - auto &myPlayer = Players[MyPlayerId]; - myPlayer._pSplLvl[myPlayer._pSpell]++; - } - return; case 'D': PrintDebugPlayer(true); return;