Browse Source

Remove debug button A

Replaced by the visit command
pull/2682/head
Anders Jenbo 5 years ago
parent
commit
722e3870a5
  1. 7
      Source/diablo.cpp

7
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;

Loading…
Cancel
Save