Browse Source

DoAutoMap bin exact

pull/88/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
925135ed46
  1. 6
      Source/control.cpp

6
Source/control.cpp

@ -1459,10 +1459,10 @@ void control_check_btn_press()
void DoAutoMap()
{
if (currlevel || gbMaxPlayers != 1) {
if (automapflag)
automapflag = 0;
else
if (!automapflag)
StartAutomap();
else
automapflag = 0;
} else {
InitDiabloMsg(EMSG_NO_AUTOMAP_IN_TOWN);
}

Loading…
Cancel
Save