| 930 | } |
| 931 | |
| 932 | void DoAutoMap() |
| 933 | { |
| 934 | if (currlevel || gbMaxPlayers != 1) { |
| 935 | if (!automapflag) |
| 936 | StartAutomap(); |
| 937 | else |
| 938 | automapflag = FALSE; |
| 939 | } else { |
| 940 | InitDiabloMsg(EMSG_NO_AUTOMAP_IN_TOWN); |
| 941 | } |
| 942 | } |
| 943 | |
| 944 | /** |
| 945 | * Checks the mouse cursor position within the control panel and sets information |
no test coverage detected